From 1ffadeda2fac023741c9a828714bb4ac29fcd815 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 12 Feb 2017 23:24:17 -0500 Subject: Working on closing #15 - still needs work. --- include/survive.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/survive.h b/include/survive.h index d29b487..7d461c7 100644 --- a/include/survive.h +++ b/include/survive.h @@ -35,7 +35,9 @@ struct SurviveObject #ifdef USE_OLD_DISAMBIGUATOR uint32_t last_master_time; uint32_t last_slave_time; - int32_t last_photo_length; + int16_t last_master_length; + int16_t last_slave_length; + int8_t is_on_slave; #else uint32_t last_master_time; struct disambiguator * d; -- cgit v1.2.3