We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30012a commit 5703b76Copy full SHA for 5703b76
cores/esp32/esp32-hal.h
@@ -32,6 +32,7 @@ extern "C" {
32
#include <inttypes.h>
33
#include <string.h>
34
#include <math.h>
35
+#include "sdkconfig.h"
36
37
#ifndef CONFIG_DISABLE_HAL_LOCKS
38
#define CONFIG_DISABLE_HAL_LOCKS 0
0 commit comments