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:
Angus Gratton
2019-03-13 13:15:12 +08:00
4 changed files with 7 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ void ets_install_uart_printf(void);
ets_printf("%s %u \n", __FILE__, __LINE__); \
while (1) {}; \
} \
} while (0);
} while (0)
/**
* @}