Skip to content

Commit

Permalink
Merge branch 'bugfix/efuse_utility_header_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
efuse: Add missing esp_rom_sys.h include file (v4.4)

See merge request espressif/esp-idf!15955
  • Loading branch information
mahavirj committed Nov 15, 2021
2 parents 1846c29 + 8d9ab89 commit 35b20ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/efuse/src/esp_efuse_utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 35b20ca

Please sign in to comment.