Skip to content

Commit 9bb848c

Browse files
committed
Fix Serial warning
1 parent e0d0b44 commit 9bb848c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/Serial.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ UART::operator mbed::FileHandle*() {
209209
return &_SerialUSB;
210210
}
211211
#endif
212+
return _serial->obj;
212213
}
213214

214215

0 commit comments

Comments
 (0)