spi_flash: fix build error with profiling enabled
This commit is contained in:
parent
f039aac1e5
commit
fbd52dcf34
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
#include "esp_attr.h"
|
#include "esp_attr.h"
|
||||||
#include "esp_spi_flash.h"
|
#include "esp_spi_flash.h"
|
||||||
#include "esp_log.h"
|
#include "esp_log.h"
|
||||||
|
#include "esp_clk.h"
|
||||||
#include "cache_utils.h"
|
#include "cache_utils.h"
|
||||||
|
|
||||||
/* bytes erased by SPIEraseBlock() ROM function */
|
/* bytes erased by SPIEraseBlock() ROM function */
|
||||||
|
|
Loading…
Reference in a new issue