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>
pull/7797/head^2
Gustavo Henrique Nihei 2021-11-12 17:35:59 -03:00
rodzic 4a011f3183
commit 626d78c2e0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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