DRNadler / FreeRTOS_helpers

Helpers for some common problems when using FreeRTOS, GCC, and newlib.
139 stars 21 forks source link

Fix warning: ISO C does not allow extra ';' outside of a function #12

Closed j123b567 closed 1 year ago

j123b567 commented 1 year ago

It is not a real problem in many compilers but as you stated in #1

extraneous semi-colons - bad habit, please submit a pull request.

So here it is.