1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00

sys/*: expose periph/pm.h

I guess to reduce clutter we can always have the headers exposed since they are always included
even when we are not using them.
This commit is contained in:
MrKevinWeiss 2024-04-08 11:20:14 +02:00
parent 1fcdb107ba
commit b8c4617768
No known key found for this signature in database
GPG Key ID: C26684F1C0767FFF
3 changed files with 0 additions and 6 deletions

View File

@ -36,9 +36,7 @@
#include "log.h"
#include "modules.h"
#ifdef MODULE_PERIPH_PM
#include "periph/pm.h"
#endif
#include "sched.h"
#include "stdio_base.h"
#include "thread.h"

View File

@ -27,9 +27,7 @@
#include "irq.h"
#include "log.h"
#ifdef MODULE_PERIPH_PM
#include "periph/pm.h"
#endif
#include "stdio_base.h"
#ifndef NUM_HEAPS

View File

@ -20,9 +20,7 @@
#include <stdio.h>
#ifdef MODULE_PERIPH_PM
#include "periph/pm.h"
#endif
#include "shell.h"
#ifdef MODULE_USB_BOARD_RESET