Selaa lähdekoodia

efuse: Add missing esp_rom_sys.h include file

This prevents the compiler error for the implicit declaration of
function "esp_rom_printf".

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
Gustavo Henrique Nihei 4 vuotta sitten
vanhempi
sitoutus
626d78c2e0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      components/efuse/src/esp_efuse_utility.c

+ 1 - 0
components/efuse/src/esp_efuse_utility.c

@@ -8,6 +8,7 @@
 
 
 #include "soc/efuse_periph.h"
 #include "soc/efuse_periph.h"
 #include "esp_log.h"
 #include "esp_log.h"
+#include "esp_rom_sys.h"
 #include "assert.h"
 #include "assert.h"
 #include "sdkconfig.h"
 #include "sdkconfig.h"
 #include <sys/param.h>
 #include <sys/param.h>