Skip to content

Commit 0cb86de

Browse files
author
Donatien Garnier
committed
BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver
1 parent dbc42f6 commit 0cb86de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/driver/H4TransportDriver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class H4TransportDriver : public CordioHCITransportDriver {
6969
private:
7070
void on_controller_irq();
7171

72-
Serial uart;
72+
RawSerial uart;
7373
PinName cts;
7474
PinName rts;
7575
};

0 commit comments

Comments
 (0)