forked from espressif/arduino-esp32
pull sdkconfig early so IDF does not warn about redefinition
This commit is contained in:
@ -32,6 +32,7 @@ extern "C" {
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#ifndef CONFIG_DISABLE_HAL_LOCKS
|
||||
#define CONFIG_DISABLE_HAL_LOCKS 0
|
||||
|
Reference in New Issue
Block a user