tests: refactoring of the gcc's inner functions, because clang doesn't support them

This commit is contained in:
Andrei Safronov
2021-09-02 03:45:19 +03:00
parent 59f6087b55
commit 9159aa58d3
7 changed files with 357 additions and 360 deletions

View File

@@ -78,7 +78,7 @@ extern "C" {
* @param value : the performance value.
*/
#define IDF_LOG_PERFORMANCE(item, value_fmt, value, ...) \
printf("[Performance][%s]: "value_fmt"\n", item, value, ##__VA_ARGS__)
printf("[Performance][%s]: " value_fmt "\n", item, value, ##__VA_ARGS__)
/* Some definitions applicable to Unity running in FreeRTOS */