Skip to content

Commit 09204c0

Browse files
committed
Gotta point the _port to the _serial
1 parent 8773a21 commit 09204c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bus/rs232/rs232.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ void systemBus::setup()
306306
else {
307307
#if H89_HACKERY
308308
_serial.begin();
309+
_port = &serial;
309310
#else /* ! H89_HACKERY */
310311
#ifndef FUJINET_OVER_USB
311312
_serial.begin(ChannelConfig()

0 commit comments

Comments
 (0)