HEPTA-Sat Training 2022 / Mbed 2 deprecated Lab1-0X_create_satellite_code_1b

Dependencies:   mbed

Revision:
1:796c2019af91
Parent:
0:89798219a0dd
Child:
2:3ddf9098aa2f
--- a/main.cpp	Sat Dec 04 04:27:35 2021 +0000
+++ b/main.cpp	Mon Nov 07 10:05:20 2022 +0000
@@ -44,11 +44,11 @@
         
         if(cmdflag == 1){
             if(rcmd == 'a'){
-                for(int j=0;j<5;j++){
-                    gs.printf("Hello World!\r\n");
-                    condition = 1;
-                    wait_ms(1000);
-                }
+                //Please insert your answer
+                
+                
+                
+                
             }
             initialize(); //initializing
         }