Skip to content

Commit 5703b76

Browse files
committed
pull sdkconfig early so IDF does not warn about redefinition
1 parent c30012a commit 5703b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/esp32/esp32-hal.h

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ extern "C" {
3232
#include <inttypes.h>
3333
#include <string.h>
3434
#include <math.h>
35+
#include "sdkconfig.h"
3536

3637
#ifndef CONFIG_DISABLE_HAL_LOCKS
3738
#define CONFIG_DISABLE_HAL_LOCKS 0

0 commit comments

Comments
 (0)