mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12649 from rajkan01/unbuffered_serial_member_expose
Expose SerialBase IrqType member to UnbufferedSerial classpull/12666/head
commit
197e1d2daa
|
@ -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