Add missing typedef keyword and solve unused variable warning.
This commit is contained in:
parent
65355d28dd
commit
71eff833a1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue