heliosproj / HeliOS

A community delivered, open source embedded operating system project.
http://www.heliosproj.org
GNU General Public License v2.0
353 stars 42 forks source link

Fixed bool defines #3

Closed Miangie closed 4 years ago

Miangie commented 4 years ago

This change will ensure better portability between C and C++ as explained here: https://stackoverflow.com/a/19359454

Miangie commented 4 years ago

Take a note here that if you used T/F return values (like pull request #2 fixed) in other places they'll also need to change

MannyPeterson commented 4 years ago

Hi Konidem,

Great suggestion. I will merge the changes into the develop branch. Thank you for the contrib!

Manny

MannyPeterson commented 4 years ago

I reverted the change to master and pushed your changes into the develop branch. Thanks!