raspberrypi / tinyusb

MIT License
68 stars 18 forks source link

Fix typo in include guard in keyboard_helper.h #1

Closed 9names closed 3 years ago

9names commented 3 years ago

A typo in the include guard rendered it non-functional. Updated the #define'd symbol to match the #ifndef guard

lurch commented 3 years ago

This is probably something that also ought to be reported upstream? https://github.com/hathach/tinyusb/blob/master/examples/host/cdc_msc_hid/src/keyboard_helper.h

Good catch though :+1:

9names commented 3 years ago

You're absolutely correct. I'm closing this PR and will open a new one upstream.