Grisha Boga / Mbed 2 deprecated Prog_rele_with_tft

Dependencies:   mbed mbed-rtos

Revision:
1:b05f79b901ac
Parent:
0:aa53c09fba30
--- a/src/task.cpp	Mon Sep 20 13:06:41 2021 +0000
+++ b/src/task.cpp	Thu Sep 23 18:18:05 2021 +0000
@@ -5,7 +5,6 @@
 int task(){     
     int  sts = 0; 
     
-    
 	sts = 1; 
     return sts;
 }