mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
tests: refactoring of the gcc's inner functions, because clang doesn't support them
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user