Elektronikprojekt Grupp 13 / Mbed OS test_fft_grp13

Dependencies:   mbed-dsp

Fork of mbed-os-example-blinky by Elektronikprojekt Grupp 13

Revision:
49:2632e3e89576
Parent:
48:d147eba868c8
Child:
50:8ce5ed8e208b
--- a/main.cpp	Thu Mar 30 10:39:04 2017 +0000
+++ b/main.cpp	Thu Mar 30 10:41:17 2017 +0000
@@ -9,7 +9,7 @@
 const int LISTEN = 1;
 const int CALC  = 2;
 const int SEND   = 3;
-const int ERROR = 4;
+const int CALC_ERROR = 4;
 //const int WAIT     = 9;
 
 // main() runs in its own thread in the OS
@@ -31,7 +31,7 @@
             //code here
             break; 
 
-            case ERROR:
+            case CALC_ERROR:
             //code here
             break;