mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-03-21 09:27:03 +01:00
fix a bug
This commit is contained in:
@@ -107,7 +107,7 @@ UARTClass::read(void)
|
||||
while(this->_buff->available()){
|
||||
return this->_buff->read_char();
|
||||
}
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user