Inès Legros / Mbed 2 deprecated _er1_test_vcs

Dependencies:   mbed

Revision:
3:1d0d5b8471a3
Parent:
2:c0afe99e4314
diff -r c0afe99e4314 -r 1d0d5b8471a3 main.cpp
--- a/main.cpp	Tue Nov 21 15:43:14 2017 +0000
+++ b/main.cpp	Tue Nov 21 15:44:06 2017 +0000
@@ -12,6 +12,6 @@
         myled = 0;
         wait(1);
         ACDdata=Ain.read();
-        pc.print("%f\t%fV \n\r", ADCdata, ABCdata*3.3);-
+        pc.print("%f\t%fV \n\r", ADCdata, ABCdata*3.3);
     }
 }