blob: 8648d925ed74537be0bd3149436338db2cfcd0b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef CONFIG_NAP_H
#define CONFIG_NAP_H
/** @file
*
* CPU sleeping
*
*/
#include <config/defaults.h>
//#undef NAP_PCBIOS
//#define NAP_NULL
#endif /* CONFIG_NAP_H */
|