1
0
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:
Martine Lenders 2017-10-26 14:31:37 +02:00 committed by GitHub
commit 67179e6253

View File

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