compartido / Mbed 2 deprecated PR2EJ8

Dependencies:   mbed-rtos mbed

Fork of PR2EJ8 by MII1SistElec

Revision:
2:ff26484331d3
Parent:
1:c86864e0f17a
Child:
3:7c9e18bcadde
--- a/main.cpp	Wed Nov 08 10:33:12 2017 +0000
+++ b/main.cpp	Wed Nov 08 10:34:06 2017 +0000
@@ -7,7 +7,7 @@
 DigitalOut Led1(PB_3); // Led1 conectado al pin D3
 DigitalOut Led2(PB_5); // Led2 conectado al pin D4
 DigitalOut Led3(PB_4); // Led3 conectado al pin D5
-int estado1,estado2,estado3
+int estado1,estado2,estado3;
 
 void pulsador1(void const *argument)
 {