mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-20 22:31:30 +08:00
feat(spi_flash): Add patch to fix TH25Q16HB page 0 hardware issue
This commit is contained in:
@@ -93,6 +93,10 @@ static void user_init_entry(void *param)
|
||||
esp_set_cpu_freq(ESP_CPU_FREQ_160M);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ENABLE_TH25Q16HB_PATCH_0
|
||||
assert(th25q16hb_apply_patch_0() == 0);
|
||||
#endif
|
||||
|
||||
app_main();
|
||||
|
||||
vTaskDelete(NULL);
|
||||
|
Reference in New Issue
Block a user