aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/devices_lib/sensors/tsl2591.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/devices_lib/sensors/tsl2591.h')
-rw-r--r--os/various/devices_lib/sensors/tsl2591.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/os/various/devices_lib/sensors/tsl2591.h b/os/various/devices_lib/sensors/tsl2591.h
index e6597bf..8320eb8 100644
--- a/os/various/devices_lib/sensors/tsl2591.h
+++ b/os/various/devices_lib/sensors/tsl2591.h
@@ -113,9 +113,7 @@ typedef enum {
typedef struct {
TSL2591_config *config;
sensor_state_t state;
- unsigned int delay;
- uint16_t cfg;
- TSL2591_gain_t gain;
+ TSL2591_gain_t gain;
TSL2591_integration_time_t integration_time;
} TSL2591_drv;