We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c627a1b commit c943516Copy full SHA for c943516
components/esp_system/startup.c
@@ -229,6 +229,8 @@ static void IRAM_ATTR do_core_init(void)
229
esp_flash_encryption_init_checks();
230
#endif
231
232
+ esp_err_t err;
233
+
234
#if CONFIG_SECURE_DISABLE_ROM_DL_MODE
235
err = esp_efuse_disable_rom_download_mode();
236
assert(err == ESP_OK && "Failed to disable ROM download mode");
@@ -243,8 +245,6 @@ static void IRAM_ATTR do_core_init(void)
243
245
esp_efuse_disable_basic_rom_console();
244
246
247
- esp_err_t err;
-
248
esp_timer_init();
249
esp_set_time_from_rtc();
250
0 commit comments