mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #7863 from roberthartung/pm_fix_pm_layered_conflict_set_lowest
pm_layered: make sure no conflict for pm_set_lowest exists
This commit is contained in:
commit
67179e6253
@ -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…
x
Reference in New Issue
Block a user