aboutsummaryrefslogtreecommitdiff
path: root/calibrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'calibrate.c')
-rw-r--r--calibrate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calibrate.c b/calibrate.c
index 15c362c..88f8288 100644
--- a/calibrate.c
+++ b/calibrate.c
@@ -14,6 +14,7 @@
struct SurviveContext * ctx;
int quit = 0;
+static LighthouseCount = 0;
void HandleKey( int keycode, int bDown )
{
@@ -343,6 +344,7 @@ void * SurviveThread(void *jnk)
{
ctx = survive_init( 0 );
+
uint8_t i =0;
for (i=0;i<32;++i) {
sensor_name[i] = malloc(3);