Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: USB_Host/Usb.cpp
- Revision:
- 1:da31140f2a1c
- Parent:
- 0:b1ce54272580
diff -r b1ce54272580 -r da31140f2a1c USB_Host/Usb.cpp --- a/USB_Host/Usb.cpp Sat Jan 18 15:06:35 2020 +0000 +++ b/USB_Host/Usb.cpp Sat May 02 05:56:48 2020 +0000 @@ -22,6 +22,8 @@ #include "Usb.h" +Timer USB::arduinoTimer; + static uint8_t usb_error = 0; static uint8_t usb_task_state;