pull sdkconfig early so IDF does not warn about redefinition

This commit is contained in:
me-no-dev 2016-11-18 15:14:02 +02:00
parent c30012ab78
commit 5703b769f2

View File

@ -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