nxp-mcuxpresso / mcux-sdk

MCUXpresso SDK
BSD 3-Clause "New" or "Revised" License
301 stars 136 forks source link

Fixes GCC Compiler warnings #116

Closed Masmiseim36 closed 1 year ago

Masmiseim36 commented 1 year ago

A negative value cannot be unsigned. Remove the Unsigned qualifier of the constant value. This solves the Compiler warning

Prerequisites

Describe the pull request Remove compiler warning. a negative value cannot be unsigned

Type of change

Tests