PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
165 stars 85 forks source link

Swap this line and the next? #80

Open liudr opened 2 years ago

liudr commented 2 years ago

https://github.com/PaulStoffregen/USBHost_t36/blob/e5cd9cc5bd08b690a85be689f1f3775ac673d5b8/keyboard.cpp#L614

All the rest of the logic have been checking device first, mydevice second, and btdevice last. This one checks bt second.