Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: SerialCtrl.cpp
- Revision:
- 5:731e4a7f5947
- Parent:
- 4:32f7deade942
- Child:
- 6:9f5a9b099342
--- a/SerialCtrl.cpp Tue Feb 18 08:47:32 2020 +0000
+++ b/SerialCtrl.cpp Thu Apr 08 11:10:03 2021 +0000
@@ -1,7 +1,7 @@
#include <SerialCtrl.h>
#include "mbed.h"
-SerialCtrl::SerialCtrl(Serial *pts, Timer *ptt) {
+SerialCtrl::SerialCtrl(BufferedSerial *pts, Timer *ptt) {
_Serial = pts;
_Timer = ptt;
TIMEOUT_MS = 8;