raburton / rboot

An open source bootloader for the ESP8266
https://richard.burtons.org/tag/rboot/?order=ASC
MIT License
301 stars 72 forks source link

Replace () with (void) as empty parameter list. #6

Closed eriksl closed 8 years ago

eriksl commented 8 years ago

() means no parameters specified in ANSI C, while (void) means no parameters at all (which is what's meant).