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

Fix strncmp_() return value #2

Closed stigbjorlykke closed 4 years ago

stigbjorlykke commented 4 years ago

Use standard return values from strncmp_() to improve code readability and maintainability.

MannyPeterson commented 4 years ago

Hi Stig,

Great contrib! Thank you, I will merge into develop shortly for next release.

Manny