소스 검색

spi_flash: fix build error with profiling enabled

Ivan Grokhotkov 8 년 전
부모
커밋
fbd52dcf34
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/spi_flash/flash_ops.c

+ 1 - 0
components/spi_flash/flash_ops.c

@@ -30,6 +30,7 @@
 #include "esp_attr.h"
 #include "esp_spi_flash.h"
 #include "esp_log.h"
+#include "esp_clk.h"
 #include "cache_utils.h"
 
 /* bytes erased by SPIEraseBlock() ROM function */