]> www.average.org Git - pulsecounter.git/commitdiff
mark possible place that is losing events countjitter
authorEugene Crosser <crosser@average.org>
Thu, 4 Feb 2016 21:19:27 +0000 (00:19 +0300)
committerEugene Crosser <crosser@average.org>
Thu, 4 Feb 2016 21:19:27 +0000 (00:19 +0300)
msp430/Hal/Hal.c

index d72597d7d36a70538182e56a3a46e6f07f236f11..dda8c690e6c28bf8d9d22805426c77b55478b0d7 100644 (file)
@@ -149,7 +149,7 @@ static void tickHandler(uint16_t clock) {
     uint8_t i;
 
     for (i = 0; i < 3; i++)
-        if (timerActive[i] && timerPoint[i] == clock) {
+        if (timerActive[i] && timerPoint[i] == clock) { /* FIXME */
             uint32_t count = getCount(i);
             uint16_t mask = BIT3 << i;