Expose private SerialBase IrqType member to UnbufferedSerial class

pull/12649/head
Rajkumar Kanagaraj 2020-03-18 09:49:20 -07:00
parent 696467976f
commit 3d74a6b167
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ public:
using SerialBase::format;
using SerialBase::attach;
using SerialBase::baud;
using SerialBase::RxIrq;
using SerialBase::TxIrq;
using SerialBase::IrqCnt;
#if DEVICE_SERIAL_FC
// For now use the base enum - but in future we may have extra options