aboutsummaryrefslogtreecommitdiff
path: root/include/libsurvive/survive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libsurvive/survive.h')
-rw-r--r--include/libsurvive/survive.h1
1 files changed, 0 insertions, 1 deletions
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;