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: Communication/RS485/RS485.cpp
- Revision:
- 22:7d93f79a3686
- Parent:
- 21:e3b58d675c1c
- Child:
- 30:8f092276b2ba
--- a/Communication/RS485/RS485.cpp Mon Sep 09 00:19:28 2019 +0000 +++ b/Communication/RS485/RS485.cpp Tue Sep 17 04:40:17 2019 +0000 @@ -56,7 +56,6 @@ } time = 0; } else if(readFase) { - RS485LineBuffer.PutData(data); buffer[time] = data; time++; } else {