mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Merge branch 'bugfix/macros_trailing_semicolon' into 'master'
Remove trialing semicolon from function-like macros See merge request idf/esp-idf!4397
This commit is contained in:
@@ -268,7 +268,7 @@ void ets_install_uart_printf(void);
|
||||
ets_printf("%s %u \n", __FILE__, __LINE__); \
|
||||
while (1) {}; \
|
||||
} \
|
||||
} while (0);
|
||||
} while (0)
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
Reference in New Issue
Block a user