Non-variable (TESTEDandWORKING)

Dependencies:   mbed-rtos mbed

Fork of ELEC347_Coursework by CMST

Revision:
3:36d6642c2c45
Parent:
2:f6e49378dd8a
Child:
4:c9ed97dad32b
--- a/main.cpp	Tue Nov 28 09:51:30 2017 +0000
+++ b/main.cpp	Tue Nov 28 09:53:14 2017 +0000
@@ -26,7 +26,7 @@
     
     BP_filter.Define_Filter();
     float sample_rate = (1.0/35000) ;
-    sample_timer.attach(&sampler,sample_rate);;
+    sample_timer.attach(&sampler,sample_rate);
 
     while(1) {