diff --git a/cpu/fe310/include/periph_cpu.h b/cpu/fe310/include/periph_cpu.h index 6c44f875c6..c944f9ee39 100644 --- a/cpu/fe310/include/periph_cpu.h +++ b/cpu/fe310/include/periph_cpu.h @@ -27,6 +27,13 @@ extern "C" { #endif +/** + * @name Power management configuration + * @{ + */ +#define PROVIDES_PM_SET_LOWEST +/** @} */ + /** * @brief Length of the CPU_ID in octets */ diff --git a/cpu/fe310/periph/pm.c b/cpu/fe310/periph/pm.c index 0e49f68694..6576820f7f 100644 --- a/cpu/fe310/periph/pm.c +++ b/cpu/fe310/periph/pm.c @@ -26,10 +26,6 @@ void pm_set_lowest(void) __asm__ volatile ("wfi"); } -void pm_off(void) -{ -} - void pm_reboot(void) { AON_REG(AON_WDOGKEY) = AON_WDOGKEY_VALUE;