hathach / tinyusb

An open source cross-platform USB stack for embedded system
https://www.tinyusb.org
MIT License
4.93k stars 1.03k forks source link

remove double semicolon since ISO C not allow it #2689

Closed ra1nb0w closed 3 months ago

ra1nb0w commented 3 months ago

Describe the PR

ISO C does not allow extra ';' outside of a function [-Werror=pedantic]

HiFiPhile commented 3 months ago

Thanks, good spot.

ra1nb0w commented 3 months ago

thank you