disable clock settings for NFC passive for now

This commit is contained in:
Conor Patrick
2019-03-02 01:30:09 -05:00
parent 9b356076c5
commit 83641b3789
2 changed files with 17 additions and 16 deletions

View File

@ -221,7 +221,8 @@ void SystemInit(void)
/* Disable all interrupts */
RCC->CIER = 0x00000000U;
device_set_clock_rate(DEVICE_LOW_POWER_IDLE);
// TODO this is causing boot issues for old bootloader
// device_set_clock_rate(DEVICE_LOW_POWER_IDLE);
}