summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/config.h')
-rw-r--r--utils/hwstub/stub/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hwstub/stub/config.h b/utils/hwstub/stub/config.h
index 3cd2deeeb3..f9308ef22d 100644
--- a/utils/hwstub/stub/config.h
+++ b/utils/hwstub/stub/config.h
@@ -23,7 +23,9 @@
23 23
24#include "target-config.h" 24#include "target-config.h"
25 25
26#ifndef STACK_SIZE
26#define STACK_SIZE 0x1000 27#define STACK_SIZE 0x1000
28#endif
27#define MAX_LOGF_SIZE 128 29#define MAX_LOGF_SIZE 128
28 30
29#if defined(CPU_ARM) && defined(__ASSEMBLER__) 31#if defined(CPU_ARM) && defined(__ASSEMBLER__)