summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 40d1c168a3..9346abbdc9 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -372,10 +372,10 @@
372#define NOCACHEBSS_ATTR IBSS_ATTR 372#define NOCACHEBSS_ATTR IBSS_ATTR
373#define NOCACHEDATA_ATTR IDATA_ATTR 373#define NOCACHEDATA_ATTR IDATA_ATTR
374 374
375#define IF_COP(empty, x, y) , x, y 375#define IF_COP(...) __VA_ARGS__
376 376
377/* Defines for inter-core messaging */ 377#define IDLE_STACK_SIZE 0x80
378#define COP_REBOOT 1 378#define IDLE_STACK_WORDS 0x20
379 379
380#else 380#else
381#define NUM_CORES 1 381#define NUM_CORES 1
@@ -383,7 +383,7 @@
383#define NOCACHEBSS_ATTR 383#define NOCACHEBSS_ATTR
384#define NOCACHEDATA_ATTR 384#define NOCACHEDATA_ATTR
385 385
386#define IF_COP(empty, x, y) 386#define IF_COP(...)
387 387
388#endif /* Processor specific */ 388#endif /* Processor specific */
389 389