Merge pull request #12649 from rajkan01/unbuffered_serial_member_expose

Expose SerialBase IrqType member to UnbufferedSerial class
pull/12666/head
Anna Bridge 2020-03-20 15:21:12 +00:00 committed by GitHub
commit 197e1d2daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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