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:
|
private:
|
||||||
void on_controller_irq();
|
void on_controller_irq();
|
||||||
|
|
||||||
Serial uart;
|
RawSerial uart;
|
||||||
PinName cts;
|
PinName cts;
|
||||||
PinName rts;
|
PinName rts;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue