PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
171 stars 87 forks source link

Fix locking up when using AntPlus.io example on a Teensy 4.1 #109

Closed radiohound closed 1 year ago

radiohound commented 1 year ago

This fix was suggested by HRBF here: https://forum.pjrc.com/threads/43110-Ant-libarary-and-USB-driver-for-Teensy-3-5-6?p=272817&viewfull=1#post272817 . I noticed the same lockup when I attempted to run the AntPlus.io as well. This fixed the issue for me as well.

Gbertaz commented 1 year ago

Hi @radiohound, I was thinking of sending a PR but just noticed you already did. Thanks! I am HRBF :)