go back to high freq

This commit is contained in:
Conor Patrick 2019-02-02 00:29:32 -05:00
parent ca2074de36
commit 81a89ed6aa

View File

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