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: main.cpp
- Revision:
- 1:6e3f1776be82
- Parent:
- 0:64442857169c
- Child:
- 2:da51e13f4ddf
--- a/main.cpp Sun Aug 08 12:25:06 2021 +0000 +++ b/main.cpp Sun Aug 08 12:28:05 2021 +0000 @@ -135,7 +135,7 @@ mut1.lock(); double printDemandSpeed = demandSpeed_RPM; double printCurrentSpeed = currentSpeedRPM; - mut1.unlock(); + mut1.unlock();//this is the first change printf("%f\t%f\r\n",demandSpeed_RPM, currentSpeedRPM); } }