一関 Aチーム / ArduinoUsbHostShield
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;