mirror of https://github.com/ARMmbed/mbed-os.git
Expose private SerialBase IrqType member to UnbufferedSerial class
parent
696467976f
commit
3d74a6b167
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue