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: Arduino_lib/arStream.cpp
- Revision:
- 1:da31140f2a1c
- Parent:
- 0:b1ce54272580
diff -r b1ce54272580 -r da31140f2a1c Arduino_lib/arStream.cpp --- 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()