From 41638eaad897d5a0eee10c4cba6a3d6ff25ec7e9 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Mon, 26 Dec 2016 18:26:48 -0500 Subject: forgot header --- include/survive.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/survive.h b/include/survive.h index abc6917..cf2ab81 100644 --- a/include/survive.h +++ b/include/survive.h @@ -32,15 +32,16 @@ struct SurviveObject //Flood info, for calculating which laser is currently sweeping. int8_t oldcode; #ifdef USE_OLD_DISAMBIGUATOR - int16_t total_photos; int32_t last_photo_time; - int32_t total_photo_time; - int32_t total_pulsecode_time; + int32_t last_photo_length; #else struct disambiguator * d; #endif uint32_t last_lighttime; //May be a 24- or 32- bit number depending on what device. + + //Debug + int tsl; }; typedef void (*text_feedback_fnptr)( struct SurviveContext * ctx, const char * fault ); -- cgit v1.2.3