mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
This commit removes trailing semicolons following a while(0) from function-like macros in IDF. This will force those macros to be called with a semicolon when called.