mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pm_layered: make sure no conflict for pm_set_lowest and periph_common exists
This commit is contained in:
parent
ff86015a60
commit
9678f13408
@ -45,6 +45,10 @@ extern "C" {
|
||||
#define PROVIDES_PM_OFF
|
||||
#endif
|
||||
|
||||
#ifndef PROVIDES_PM_SET_LOWEST
|
||||
#define PROVIDES_PM_SET_LOWEST
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Block a power mode
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user