docs: Add more info to the internal design

This commit is contained in:
David Cermak
2021-03-18 08:14:34 +01:00
parent da15b3d423
commit a93cb68078
3 changed files with 53 additions and 4 deletions

View File

@ -7,7 +7,7 @@
#ifdef CONFIG_COMPILER_CXX_EXCEPTIONS
#define TRY_CATCH_RET_NULL(block) \
try { block } \
try { block \
} catch (std::bad_alloc& e) { \
ESP_LOGE(TAG, "Out of memory"); \
return nullptr; \