diff options
-rw-r--r-- | ppmsum.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ void PPMSum::irq() { index = 0; } else { index++; + index &= 0xf; } } else if(sr & 0x04) { |
index : suzumebachi | ||
UAV controller. | Vegard Storheil Eriksen |
summaryrefslogtreecommitdiff |
-rw-r--r-- | ppmsum.cpp | 1 |
@@ -36,6 +36,7 @@ void PPMSum::irq() { index = 0; } else { index++; + index &= 0xf; } } else if(sr & 0x04) { |