mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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:
parent
1fcdb107ba
commit
b8c4617768
@ -36,9 +36,7 @@
|
|||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
#ifdef MODULE_PERIPH_PM
|
|
||||||
#include "periph/pm.h"
|
#include "periph/pm.h"
|
||||||
#endif
|
|
||||||
#include "sched.h"
|
#include "sched.h"
|
||||||
#include "stdio_base.h"
|
#include "stdio_base.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
|
@ -27,9 +27,7 @@
|
|||||||
|
|
||||||
#include "irq.h"
|
#include "irq.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#ifdef MODULE_PERIPH_PM
|
|
||||||
#include "periph/pm.h"
|
#include "periph/pm.h"
|
||||||
#endif
|
|
||||||
#include "stdio_base.h"
|
#include "stdio_base.h"
|
||||||
|
|
||||||
#ifndef NUM_HEAPS
|
#ifndef NUM_HEAPS
|
||||||
|
@ -20,9 +20,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef MODULE_PERIPH_PM
|
|
||||||
#include "periph/pm.h"
|
#include "periph/pm.h"
|
||||||
#endif
|
|
||||||
#include "shell.h"
|
#include "shell.h"
|
||||||
|
|
||||||
#ifdef MODULE_USB_BOARD_RESET
|
#ifdef MODULE_USB_BOARD_RESET
|
||||||
|
Loading…
Reference in New Issue
Block a user