core/lpm: removed hwtimer dependent flag

dev/timer
Hauke Petersen 8 years ago
parent 6398abda06
commit 3b26f742cd

@ -48,14 +48,6 @@
*/
#define LPM_PREVENT_SLEEP_UART BIT2
/**
* @def LPM_PREVENT_SLEEP_HWTIMER
* @brief This flag tells the kernel that the deepest power saving
* mode that currently can be used must still allow the hwtimer
* to run. Bitmask to use with `lpm_prevent_sleep` in power management.
*/
#define LPM_PREVENT_SLEEP_HWTIMER BIT1
/**
* @brief This bitfield is used to configure which modules are
* currently active and prevent the kernel to go to the

Loading…
Cancel
Save