This commit is contained in:
hathach 2018-04-16 18:15:17 +07:00
parent d1936ef6b7
commit 1739f79d51
1 changed files with 0 additions and 6 deletions

View File

@ -376,12 +376,6 @@ void bootloader_app_start(uint32_t app_addr)
interrupts_disable();
// Disable RTC1
NRF_RTC1->EVTENCLR = RTC_EVTEN_COMPARE0_Msk;
NRF_RTC1->INTENCLR = RTC_INTENSET_COMPARE0_Msk;
NRF_RTC1->TASKS_STOP = 1;
NRF_RTC1->TASKS_CLEAR = 1;
err_code = sd_softdevice_vector_table_base_set(CODE_REGION_1_START);
APP_ERROR_CHECK(err_code);