Benjamin Leverett / Mbed 2 deprecated Final_Project_2

Dependencies:   mbed mbed-rtos 4DGL-uLCD-SE SDFileSystem ATParser

Files at this revision

API Documentation at this revision

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: ");