mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3757 from 0xc0170/fix_ncs36510_lpticker
ncs36510: lp ticker - remove unused header file inclusion (sleep)pull/3798/head
commit
cfa27dfcb0
|
@ -34,12 +34,10 @@
|
|||
#include "device.h"
|
||||
#if DEVICE_LOWPOWERTIMER
|
||||
|
||||
#include "sleep_api.h"
|
||||
#include "cmsis_nvic.h"
|
||||
#include "lp_ticker_api.h"
|
||||
#include "rtc.h"
|
||||
#include "rtc_map.h"
|
||||
#include "sleep.h"
|
||||
|
||||
/* Initialize the RTC for low power ticker */
|
||||
void lp_ticker_init()
|
||||
|
|
Loading…
Reference in New Issue