mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
1. Change the deep sleep stub code to fix wake bug.
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
#include "esp_spi_flash.h"
|
||||
#include "esp_ipc.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_deepsleep.h"
|
||||
|
||||
void start_cpu0(void) __attribute__((weak, alias("start_cpu0_default")));
|
||||
void start_cpu0_default(void) IRAM_ATTR;
|
||||
|
Reference in New Issue
Block a user