reset.cpp: bugfix compiler error sds011_sleep()
This commit is contained in:
parent
e9d52ba560
commit
03796c39af
@ -106,7 +106,7 @@ void enter_deepsleep(const uint64_t wakeup_sec, gpio_num_t wakeup_gpio) {
|
|||||||
|
|
||||||
// switch off radio and other power consuming hardware
|
// switch off radio and other power consuming hardware
|
||||||
#if (HAS_SDS011)
|
#if (HAS_SDS011)
|
||||||
sds011_sleep(void);
|
sds011_sleep();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// halt interrupts accessing i2c bus
|
// halt interrupts accessing i2c bus
|
||||||
|
Loading…
Reference in New Issue
Block a user