adafruit / Adafruit_TinyUSB_ArduinoCore

TinyUSB Core for Arduino
MIT License
21 stars 22 forks source link

Fix two build warnings #11

Closed henrygab closed 4 years ago

henrygab commented 4 years ago

First is the "always evaluates to true" warning, because the octet is stored in uint8_t. Next is a signed/unsigned comparison, because codepoint should have been declared as the same type as the result.