pulse counter stm32

Dependencies:   mbed

Revision:
1:3d22d4e6de38
Parent:
0:6adab3889554
Child:
2:6f1807a35656
--- a/counter.cpp	Tue Sep 29 14:05:36 2015 +0000
+++ b/counter.cpp	Tue Sep 29 14:10:53 2015 +0000
@@ -15,7 +15,7 @@
 
  while (1) {
         int16_t count1;
-        count1=TIM2->CNT; //OK 401 411 TICKER 030
+        count1=TIM2->CNT; 
 
         printf("%d\r\n", count1);
         wait(1.0);