mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
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>
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user