You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martino previously updated the attach() methods on the USBSerial object
to handle more than one callback to be called when data is received. I
updated that code to:
* Check that the _rx callback array doesn't overflow.
* Prepended a "_" prefix to the _rx and _howManyCallbacks members to
make them consistent with the other members in this class and its
parent USBCDC class.
0 commit comments