From 23139f5a92d89be80b066e4dc71f27952bd284ca Mon Sep 17 00:00:00 2001 From: CNLohr Date: Thu, 16 Mar 2017 03:58:45 -0400 Subject: Fix lighthouse capture mechanism to match new valve. --- include/libsurvive/survive.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h index 132480f..e6bc68d 100644 --- a/include/libsurvive/survive.h +++ b/include/libsurvive/survive.h @@ -154,7 +154,6 @@ void survive_add_driver( SurviveContext * ctx, void * payload, DeviceDriverCb po typedef struct { uint8_t sensor_id; - uint8_t type; //Mostly unused. Set to 255 to ignore it. uint16_t length; uint32_t timestamp; } __attribute__((packed)) LightcapElement; -- cgit v1.2.3