Tuk tutoriail

Dependencies:   mbed lib_workshop_2019

Revision:
8:c2d06715025f
Parent:
6:9e03c9ae243b
Child:
9:19255172362f
--- a/main.cpp	Thu Oct 24 05:49:30 2019 +0000
+++ b/main.cpp	Thu Oct 24 06:06:55 2019 +0000
@@ -8,9 +8,6 @@
 
 #include "pin_connexions.h"
 
-
-Serial      pc      (PA_2, PA_3, 115200);
-
 int main() {
     e_test user_choice ;
     ft_print_test_menu(pc);
@@ -65,12 +62,12 @@
             break;
         
         case LEFT_MOTOR : 
-            ft_print_to_be_imp(pc) //TODO : Replace this line
+            ft_print_to_be_imp(pc); //TODO : Replace this line
             user_choice = ft_get_user_choice(pc);
             break;
             
         case RIGHT_MOTOR: 
-            ft_print_to_be_imp(pc) //TODO : Replace this line
+            ft_print_to_be_imp(pc); //TODO : Replace this line
             user_choice = ft_get_user_choice(pc);
             break;