Charles Young's development fork. Going forward I only want to push mature code to main repository.

Dependencies:   mbed

Fork of GEO_COUNTER_L432KC by Geo Electronics "Geo Counter"

Revision:
73:48f87b5ddafc
Parent:
72:4838d419f33c
Child:
74:99e5a68160bc
diff -r 4838d419f33c -r 48f87b5ddafc main.cpp
--- a/main.cpp	Thu Sep 13 15:07:19 2018 -0700
+++ b/main.cpp	Thu Sep 13 15:08:13 2018 -0700
@@ -177,7 +177,7 @@
       uint32_t Count1Sum = 0, Count2Sum = 0;
       for (uint8_t i=0;i<CountAvg;i++)
       {
-         Count1Sum += Count1Avg[i]
+         Count1Sum += Count1Avg[i];
          Count2Sum += Count2Avg[i];
       }
       Count1Save = Count1Sum / CountAvg;