fork of StateScript

Dependencies:   mbed SOMO_II

Fork of stateScript_v2 by Mattias Karlsson

Revision:
3:d7b0a0890d96
Parent:
0:8dbd6bd9167f
Child:
4:abee20c0bf2a
--- a/behave.h	Wed Jun 03 23:41:16 2015 +0000
+++ b/behave.h	Sat Oct 10 22:37:17 2015 +0000
@@ -25,7 +25,7 @@
     #include "fpgaInterface.h"
 #endif
 
-
+/*
 #define NUMEVENTS 50
 #define NUMCONDITIONS 150
 #define NUMINTCOMPARE 150
@@ -34,13 +34,15 @@
 #define NUMINTOPERATIONS 150
 #define NUMDISPLAYACTIONS 30
 #define NUMTRIGGERACTIONS 30
+#define NUMFUNCTIONS 50
+#define INPUTCHARBUFFERSIZE 3072
+*/
 
 #define ARITHMATIC_CONDITION    0
 #define OR_CONDITION    1
 #define AND_CONDITION    2
 
-#define NUMFUNCTIONS 50
-#define INPUTCHARBUFFERSIZE 3072
+
 
 using namespace std;