minor cleanup of call to APP_TIMER_INIT(). removing a duplicate.

master
Rohit Grover 2014-08-21 13:56:22 +01:00
parent 56a9b23778
commit c0519cf895
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ static void sys_evt_dispatch(uint32_t sys_evt)
error_t btle_init(void)
{
const bool useScheduler = false;
APP_TIMER_INIT(0 /* PRESCALAR */, 8 /* num timers */, 1 /* event queue max depth */, useScheduler);
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, useScheduler);
// Enable BLE stack