1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Merge pull request #9132 from gebart/pr/native-pm

native: define PROVIDES_PM_SET_LOWEST
This commit is contained in:
Kaspar Schleiser 2018-05-15 21:48:40 +02:00 committed by GitHub
commit b7c65fe2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ extern "C" {
* @{
*/
#define PROVIDES_PM_OFF
#define PROVIDES_PM_SET_LOWEST
/** @} */
#ifdef __cplusplus