changeset 311:fc96a51bdce6

Fix build
author Matt Johnston <matt@ucc.asn.au>
date Fri, 11 May 2012 22:12:11 +0800
parents 0a64532c1de1
children ef64a178092f
files main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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();