Skip to content

Commit cfa27df

Browse files
authored
Merge pull request #3757 from 0xc0170/fix_ncs36510_lpticker
ncs36510: lp ticker - remove unused header file inclusion (sleep)
2 parents 02f6cd0 + 2898199 commit cfa27df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510_lp_ticker_api.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@
3434
#include "device.h"
3535
#if DEVICE_LOWPOWERTIMER
3636

37-
#include "sleep_api.h"
3837
#include "cmsis_nvic.h"
3938
#include "lp_ticker_api.h"
4039
#include "rtc.h"
4140
#include "rtc_map.h"
42-
#include "sleep.h"
4341

4442
/* Initialize the RTC for low power ticker */
4543
void lp_ticker_init()

0 commit comments

Comments
 (0)