Skip to content
Snippets Groups Projects
Commit 01e90468 authored by Nick Brown's avatar Nick Brown
Browse files

Increased mailbox size

parent 03b66592
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#define MAX_LINE_LEN 100 #define MAX_LINE_LEN 100
#define NUM_SIGNAL_TYPES 10 #define NUM_SIGNAL_TYPES 10
#define MIN_LENGTH_NS 2 #define MIN_LENGTH_NS 2
#define SIGNAL_INBOX_SIZE 50 #define SIGNAL_INBOX_SIZE 200
#define MAX_RANDOM_NERVE_SIGNALS_TO_FIRE 20 #define MAX_RANDOM_NERVE_SIGNALS_TO_FIRE 20
#define MAX_SIGNAL_VALUE 1000 #define MAX_SIGNAL_VALUE 1000
#define OUTPUT_REPORT_FILENAME "summary_report" #define OUTPUT_REPORT_FILENAME "summary_report"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment