sensor_adxl345: Remove unused stop_time parameter
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
struct adxl345 {
|
struct adxl345 {
|
||||||
struct timer timer;
|
struct timer timer;
|
||||||
uint32_t rest_ticks, stop_time;
|
uint32_t rest_ticks;
|
||||||
struct spidev_s *spi;
|
struct spidev_s *spi;
|
||||||
uint16_t sequence, limit_count;
|
uint16_t sequence, limit_count;
|
||||||
uint8_t flags, data_count;
|
uint8_t flags, data_count;
|
||||||
|
|||||||
Reference in New Issue
Block a user