Non-variable (TESTEDandWORKING)

Dependencies:   mbed-rtos mbed

Fork of ELEC347_Coursework by CMST

Revision:
5:e49e5515488d
Parent:
4:c9ed97dad32b
Child:
6:a2737b51424c
diff -r c9ed97dad32b -r e49e5515488d main.cpp
--- a/main.cpp	Tue Nov 28 09:56:41 2017 +0000
+++ b/main.cpp	Tue Nov 28 09:59:04 2017 +0000
@@ -26,10 +26,10 @@
     
     BP_filter.Define_Filter();
     float sample_rate = (1.0/35000) ;
-    sample_timer.attach(&sampler,sample_rate);
+    sample_timer.attach(&sampler,sample_rate);;
 
     while(1) {
-        //Empty
+//EMPTY
     }
 }