From 81a89ed6aaa8ce0b8dc572dbef782e3623ada1b1 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sat, 2 Feb 2019 00:29:32 -0500 Subject: [PATCH] go back to high freq --- targets/stm32l432/src/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/stm32l432/src/device.c b/targets/stm32l432/src/device.c index 888a2a6..8ed047f 100644 --- a/targets/stm32l432/src/device.c +++ b/targets/stm32l432/src/device.c @@ -113,8 +113,8 @@ void device_reboot() } void device_init() { - hw_init(LOW_FREQUENCY); - isLowFreq = 1; + hw_init(HIGH_FREQUENCY); + // isLowFreq = 1; #ifndef IS_BOOTLOADER #if BOOT_TO_DFU