casanovg / timonel

ATtiny85/45/25 I2C bootloader
MIT License
110 stars 18 forks source link

fixed inconsistencies regarding the 'inline' keyword between declaration and definition of some helper functions #18

Closed SMN321 closed 3 years ago

SMN321 commented 3 years ago

Hi Gustavo, while reading the sourcecode I stumbled across minor inconcistencies regarding the use of the 'inline' keyword at the definition of some helper functions, which made me double check on the declarations at the beginning of the files. This small pull request should hopefully fix all of them.

Best regards Simon

casanovg commented 3 years ago

Hi Gustavo, while reading the sourcecode I stumbled across minor inconcistencies regarding the use of the 'inline' keyword at the definition of some helper functions, which made me double check on the declarations at the beginning of the files. This small pull request should hopefully fix all of them.

Best regards Simon

Thank you Simon! Good observation, I'm merging it now ... Best regards, Gustavo

casanovg commented 3 years ago

Fix 'inline' keyword inconsistencies between declaration and definition of some helper functions