From 0cb86ded76b9eb736f312eb3bb35ef8986d33a4a Mon Sep 17 00:00:00 2001 From: Donatien Garnier Date: Thu, 31 May 2018 10:28:45 -0500 Subject: [PATCH] BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver --- .../targets/TARGET_CORDIO/driver/H4TransportDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/H4TransportDriver.h b/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/H4TransportDriver.h index e90325b472..ff1e743fca 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/H4TransportDriver.h +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/driver/H4TransportDriver.h @@ -69,7 +69,7 @@ public: private: void on_controller_irq(); - Serial uart; + RawSerial uart; PinName cts; PinName rts; };