# HG changeset patch # User Matt Johnston # Date 1336745531 -28800 # Node ID fc96a51bdce6e9c9b09650c85d70bf13d6d7f345 # Parent 0a64532c1de1df50748af53821078d04b4082fc4 Fix build diff -r 0a64532c1de1 -r fc96a51bdce6 main.c --- a/main.c Wed May 09 00:22:28 2012 +0800 +++ b/main.c Fri May 11 22:12:11 2012 +0800 @@ -43,8 +43,8 @@ static uint8_t readpos; static char readbuf[30]; -static uint8_t sec_count; -static uint16_t bt_count; +static uint8_t measure_count; +static uint16_t comms_count; static void deep_sleep();