BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver

pull/7075/head
Donatien Garnier 2018-05-31 10:28:45 -05:00
parent dbc42f696a
commit 0cb86ded76
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}; };