
d
Dependencies: mbed
Fork of AEB by
Diff: BBSerial.cpp
- Revision:
- 4:f0be0d8a0394
- Parent:
- 3:4bb49a5dfa47
--- a/BBSerial.cpp Sat Jul 30 13:58:52 2016 +0000 +++ b/BBSerial.cpp Sat Jul 30 17:34:13 2016 +0000 @@ -26,9 +26,6 @@ } int BBSerial::scanf(const char* format, ...) { - if(!uart.readable()) { - return 0; - } va_list argptr; va_start(argptr, format);