mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver
parent
dbc42f696a
commit
0cb86ded76
|
@ -69,7 +69,7 @@ public:
|
|||
private:
|
||||
void on_controller_irq();
|
||||
|
||||
Serial uart;
|
||||
RawSerial uart;
|
||||
PinName cts;
|
||||
PinName rts;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue