aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCNLohr <lohr85@gmail.com>2017-03-16 03:58:45 -0400
committerCNLohr <lohr85@gmail.com>2017-03-16 03:58:45 -0400
commit23139f5a92d89be80b066e4dc71f27952bd284ca (patch)
tree852c742af981d210eba0256edc2b871b5542921c /include
parent2eaf385fdd769c232be5826353fcf0dba13b827e (diff)
downloadlibsurvive-23139f5a92d89be80b066e4dc71f27952bd284ca.tar.gz
libsurvive-23139f5a92d89be80b066e4dc71f27952bd284ca.tar.bz2
Fix lighthouse capture mechanism to match new valve.
Diffstat (limited to 'include')
-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;