Cosmic Ray Sheilding

Dependencies:   mbed SDFileSystem ExtendedTimer

Revision:
3:466fdc08e0cd
Parent:
2:2c78fc509a01
Child:
4:66eb0ab160b5
diff -r 2c78fc509a01 -r 466fdc08e0cd main.cpp
--- a/main.cpp	Thu Mar 21 17:42:47 2019 +0000
+++ b/main.cpp	Thu Mar 21 17:45:42 2019 +0000
@@ -28,10 +28,10 @@
   }
 }
 
-void countDelrinPulse{
+void countDelrinPulse(void){
     delrinCount++;
 }
 
-void coutnJelloPulse{
-    jelloCount++'
+void countJelloPulse(void){
+    jelloCount++;
 }
\ No newline at end of file