Skip to content

Commit

Permalink
Merge branch 'fix/bootloader_typedef_enum' into 'master'
Browse files Browse the repository at this point in the history
bootloader: fix missing typedef on enum defintion

See merge request idf/esp-idf!2718
  • Loading branch information
projectgus committed Jul 13, 2018
2 parents 01efe9a + 24e7286 commit ffaf08e
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 ffaf08e

Please sign in to comment.