more change for PMC
[IRC.git] / Robust / src / Runtime / bamboo / pmc_queue.h
index e03490faae42d876a7c0c7e0d6942905a8c0ebb5..6721728c472e899d95a273f7c0b94dac31138b77 100644 (file)
@@ -3,7 +3,7 @@
 #include "multicore.h"
 #include <tmc/spin.h>
 
-#define NUM_PMC_QUEUE_OBJECTS 500000
+#define NUM_PMC_QUEUE_OBJECTS 1500000
 
 struct pmc_queue {
   volatile void * objects[NUM_PMC_QUEUE_OBJECTS];