12-okt

Dependencies:   HIDScope mbed

Fork of Filter_check by Jorn-Jan van de Beld

Revision:
3:3e5d899a3c8a
Parent:
2:7e0279519cbf
Child:
4:8ed071e5e3c9
--- a/main.cpp	Thu Oct 12 13:11:30 2017 +0000
+++ b/main.cpp	Thu Oct 12 13:26:02 2017 +0000
@@ -83,7 +83,7 @@
     scope.send();
 
         timer.stop();   
-    pc.printf("time taken was %f milliseconds\n\r", timer.read_us());
+    pc.printf("time taken was %d milliseconds\n\r", timer.read_us());
         
     }