test tutorial

Dependencies:   mbed lib_workshop_2019

Revision:
4:bf5caf4c0c88
Parent:
3:a0e37b8918ac
--- a/includes/console_output.h	Wed Oct 23 14:01:59 2019 +0000
+++ b/includes/console_output.h	Wed Oct 23 19:25:12 2019 +0000
@@ -20,8 +20,10 @@
 
 void ft_print_test_menu(Serial &pc);
 
-void ft_print_to_be_imp(Serial &pc)
+void ft_print_to_be_imp(Serial &pc);
 
 e_test ft_get_user_choice(Serial &pc);
 
+int ft_get_user_int(Serial &pc);
+
 #endif /* CONSOLEOUTPUT_H */
\ No newline at end of file