reset.cpp: bugfix compiler error sds011_sleep()

This commit is contained in:
cyberman54 2021-03-31 18:59:00 +02:00
parent e9d52ba560
commit 03796c39af

View File

@ -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