diff options
Diffstat (limited to 'drivers/sensors/adns9800.h')
-rw-r--r-- | drivers/sensors/adns9800.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sensors/adns9800.h b/drivers/sensors/adns9800.h index 2f50b8f1b..d19ded401 100644 --- a/drivers/sensors/adns9800.h +++ b/drivers/sensors/adns9800.h | |||
@@ -28,8 +28,8 @@ typedef struct { | |||
28 | int16_t y; | 28 | int16_t y; |
29 | } report_adns_t; | 29 | } report_adns_t; |
30 | 30 | ||
31 | void adns_init(void); | 31 | void adns_init(void); |
32 | config_adns_t adns_get_config(void); | 32 | config_adns_t adns_get_config(void); |
33 | void adns_set_config(config_adns_t); | 33 | void adns_set_config(config_adns_t); |
34 | /* Reads and clears the current delta values on the ADNS sensor */ | 34 | /* Reads and clears the current delta values on the ADNS sensor */ |
35 | report_adns_t adns_get_report(void); | 35 | report_adns_t adns_get_report(void); |