Merge pull request #3757 from 0xc0170/fix_ncs36510_lpticker

ncs36510: lp ticker - remove unused header file inclusion (sleep)
pull/3798/head
Sam Grove 2017-02-17 09:17:35 -06:00 committed by GitHub
commit cfa27dfcb0
1 changed files with 0 additions and 2 deletions

View File

@ -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()