Skip to content

Commit 197e1d2

Browse files
authored
Merge pull request #12649 from rajkan01/unbuffered_serial_member_expose
Expose SerialBase IrqType member to UnbufferedSerial class
2 parents 1b83d31 + 3d74a6b commit 197e1d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/UnbufferedSerial.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ class UnbufferedSerial:
160160
using SerialBase::format;
161161
using SerialBase::attach;
162162
using SerialBase::baud;
163+
using SerialBase::RxIrq;
164+
using SerialBase::TxIrq;
165+
using SerialBase::IrqCnt;
163166

164167
#if DEVICE_SERIAL_FC
165168
// For now use the base enum - but in future we may have extra options

0 commit comments

Comments
 (0)