feat(bootloader_support): Modify chip size to be spi flash configuration value

This commit is contained in:
Dong Heng
2018-11-28 16:47:25 +08:00
parent cd25009bd7
commit af2ca65a02
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,8 @@ typedef struct esp_spi_flash_chip {
uint32_t status_mask;
} esp_spi_flash_chip_t;
extern esp_spi_flash_chip_t flashchip;
uint32_t Wait_SPI_Idle();
void uart_div_modify(uint32_t uart_no, uint32_t baud_div);