Files
espconfiglib/src/configwrapper_espcpputils.cpp
T

9 lines
284 B
C++
Raw Normal View History

2021-10-03 17:51:12 +02:00
#include "configutils_espcpputils.h"
#define CONFIGWRAPPER_TOSTRING_USINGS using ::espcpputils::toString;
#include "configwrapper_priv.h"
namespace espconfig {
using CoreAffinity = espcpputils::CoreAffinity;
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(CoreAffinity)
} // namespace espconfig