Fixed warnings
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "sdkconfig.h"
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
|
#pragma push_macro("LOG_LOCAL_LEVEL")
|
||||||
|
#undef LOG_LOCAL_LEVEL
|
||||||
#define LOG_LOCAL_LEVEL CONFIG_LOG_LOCAL_LEVEL_CONFIG
|
#define LOG_LOCAL_LEVEL CONFIG_LOG_LOCAL_LEVEL_CONFIG
|
||||||
|
|
||||||
// system includes
|
// system includes
|
||||||
@@ -175,3 +178,5 @@ ConfigStatusReturnType ConfigWrapper<T>::writeToFlash(nvs_handle_t nvsHandle, va
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace espconfig
|
} // namespace espconfig
|
||||||
|
|
||||||
|
#pragma pop_macro("LOG_LOCAL_LEVEL")
|
||||||
|
Reference in New Issue
Block a user