Project Paint / Mbed 2 deprecated arm_control

Dependencies:   mbed QEI biquadFilter

Revision:
21:2aed81380bc3
Parent:
20:66513b3c09b7
Parent:
19:a82b55a15457
Child:
22:cda3e5ad89c0
--- a/test_main.cpp	Thu Nov 03 16:33:37 2016 +0000
+++ b/test_main.cpp	Thu Nov 03 16:37:41 2016 +0000
@@ -380,7 +380,7 @@
 
 // ====== The entry point of our programme ======
 
-int test_main() //TODO this will become the actual main!
+int main() //TODO this will become the actual main!
 {
     //pc.baud(115200);
     
@@ -413,4 +413,4 @@
     ticker.attach(&processEMG, Ts);
     
     while (true);
-}
\ No newline at end of file
+}