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.
Dependencies: mbed mbed-rtos 4DGL-uLCD-SE SDFileSystem ATParser
Revision 6:be33395fe424, committed 2020-04-24
- Comitter:
- bleverett3
- Date:
- Fri Apr 24 21:40:31 2020 +0000
- Parent:
- 5:53a86492622d
- Child:
- 7:9b36eb4811eb
- Commit message:
- Ben lcd_lock v2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Apr 24 21:38:36 2020 +0000
+++ b/main.cpp Fri Apr 24 21:40:31 2020 +0000
@@ -87,7 +87,7 @@
}
if(risk_level != temp_risk) {
risk_level = temp_risk;
- lcd_lock.release();
+ lcd_lock.unlock();
}
}
pc.printf("Risk level: ");