Bläddra i källkod

Merge branch 'bugfix/unit_tests_build' into 'master'

spi_flash: fix build error with profiling enabled

See merge request !1437

Ivan Grokhotkov 8 år sedan
förälder
incheckning
91d9cb98d3
1 ändrade filer med 1 tillägg och 0 borttagningar
  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 */