diff --git a/src/reset.cpp b/src/reset.cpp index f9ad8dd3..e7525ac3 100644 --- a/src/reset.cpp +++ b/src/reset.cpp @@ -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 #if (HAS_SDS011) - sds011_sleep(void); + sds011_sleep(); #endif // halt interrupts accessing i2c bus