mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-30 18:57:14 +02:00
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 <inttypes.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
#ifndef CONFIG_DISABLE_HAL_LOCKS
|
#ifndef CONFIG_DISABLE_HAL_LOCKS
|
||||||
#define CONFIG_DISABLE_HAL_LOCKS 0
|
#define CONFIG_DISABLE_HAL_LOCKS 0
|
||||||
|
Reference in New Issue
Block a user