# HG changeset patch # User Matt Johnston # Date 1336745531 -28800 # Node ID 011160e5b1ceb1f4359dfa1b7344e2ff41f8fe6a # Parent 54d369e3d6897ad77c24b6482b1dd599b832e159 Fix build diff -r 54d369e3d689 -r 011160e5b1ce 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();