mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
bootloader: fix missing typedef on enum defintion
(MINOR CHANGES) Closes https://github.com/espressif/esp-idf/pull/2140
This commit is contained in:
committed by
Michael (XIAO Xufeng)
parent
fdee0b64a0
commit
24e7286693
@@ -36,7 +36,7 @@ typedef enum {
|
||||
} esp_image_spi_mode_t;
|
||||
|
||||
/* SPI flash clock frequency */
|
||||
enum {
|
||||
typedef enum {
|
||||
ESP_IMAGE_SPI_SPEED_40M,
|
||||
ESP_IMAGE_SPI_SPEED_26M,
|
||||
ESP_IMAGE_SPI_SPEED_20M,
|
||||
|
Reference in New Issue
Block a user