From 954d771b9309bcfd2bfc70d451b9a534a66aaae3 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Fri, 23 Dec 2016 03:37:50 -0500 Subject: Seems to significantly improve #11 - now, something might be wrong, but not sure. --- include/survive.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/survive.h b/include/survive.h index 8ce5404..abc6917 100644 --- a/include/survive.h +++ b/include/survive.h @@ -39,6 +39,8 @@ struct SurviveObject #else struct disambiguator * d; #endif + + uint32_t last_lighttime; //May be a 24- or 32- bit number depending on what device. }; typedef void (*text_feedback_fnptr)( struct SurviveContext * ctx, const char * fault ); -- cgit v1.2.3