summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/system/hex2bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/hex2bin/Makefile b/apps/system/hex2bin/Makefile
index 4c29339aa..7ff91a4d5 100644
--- a/apps/system/hex2bin/Makefile
+++ b/apps/system/hex2bin/Makefile
@@ -65,7 +65,7 @@ endif
ROOTDEPPATH = --dep-path .
VPATH =
-CONFIG_SYSTEM_HEX2BIN_STACKSIZE ?= 2536
+CONFIG_SYSTEM_HEX2BIN_STACKSIZE ?= 1536
CONFIG_SYSTEM_HEX2BIN_PRIORITY ?= 100
STACKSIZE = $(CONFIG_SYSTEM_HEX2BIN_STACKSIZE)