Merge branch 'bugfix/efuse_utility_header_v4.4' into 'release/v4.4'

efuse: Add missing esp_rom_sys.h include file (v4.4)

See merge request espressif/esp-idf!15955
pull/8102/head
Mahavir Jain 2021-11-15 13:19:39 +00:00
commit 35b20cadce
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>