We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03feb38 + c395c2f commit 198d44cCopy full SHA for 198d44c
lib/include/platform_esp32_idf.h
@@ -22,7 +22,7 @@ uint64_t platform_tick_get_ms(void);
22
}
23
24
#define ESP_OK_CHECK(TAG, a, action) if ((a) != ESP_OK) { \
25
- ESP_LOGE(TAG,"%s(%d): %s", __FUNCTION__, __LINE__, "Failed with non ESP_OK err code"); \
+ ESP_LOGE(TAG,"%s(%d): %s", __FUNCTION__, __LINE__, "Failed"); \
26
action; \
27
28
0 commit comments