一関 Aチーム / ArduinoUsbHostShield
Revision:
1:da31140f2a1c
Parent:
0:b1ce54272580
--- a/Arduino_lib/arStream.cpp	Sat Jan 18 15:06:35 2020 +0000
+++ b/Arduino_lib/arStream.cpp	Sat May 02 05:56:48 2020 +0000
@@ -29,7 +29,7 @@
 #define PARSE_TIMEOUT 1000  // default number of milli-seconds to wait
 #define NO_SKIP_CHAR  1  // a magic char not found in a valid ASCII numeric field
 
-extern Timer USB::arduinoTimer;
+//extern Timer USB::arduinoTimer;
 
 // private method to read stream with timeout
 int arStream::timedRead()