FREQCORR is now handled in _watch_rtc_init

This commit is contained in:
Joey Castillo 2025-05-15 21:33:26 -04:00
parent e4d572a94f
commit 374a93846d

View File

@ -567,14 +567,6 @@ void app_init(void) {
}
HAL_GPIO_VBUS_DET_off();
#if defined(NO_FREQCORR)
watch_rtc_freqcorr_write(0, 0);
#elif defined(WATCH_IS_BLUE_BOARD)
watch_rtc_freqcorr_write(11, 0);
#else
watch_rtc_freqcorr_write(22, 0);
#endif
memset(&movement_state, 0, sizeof(movement_state));
bool settings_file_exists = filesystem_file_exists("settings.u32");