Skip to content

Commit

Permalink
bootloader: fix missing typedef on enum defintion
Browse files Browse the repository at this point in the history
(MINOR CHANGES)
Closes espressif#2140
  • Loading branch information
weyoui authored and ginkgm committed Jul 12, 2018
1 parent fdee0b6 commit 24e7286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bootloader_support/include/esp_image_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 24e7286

Please sign in to comment.