mirror of https://github.com/Desuuuu/klipper.git
sensor_adxl345: Remove unused stop_time parameter
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
09bc207189
commit
1cdf0d474d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue