summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-16 08:12:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-16 08:12:46 -0600
commit1be6a4df34582ab2c8564445355dec935678f4b2 (patch)
treeef332cefc347deb59ee48cabc422769f5d1d2436 /apps/system/hex2bin
parent94a59fc7924bf7a6b5858fc07b83469fbae922e1 (diff)
downloadpx4-nuttx-1be6a4df34582ab2c8564445355dec935678f4b2.tar.gz
px4-nuttx-1be6a4df34582ab2c8564445355dec935678f4b2.tar.bz2
px4-nuttx-1be6a4df34582ab2c8564445355dec935678f4b2.zip
hex2bin: Fix a typo in the stack size
Diffstat (limited to 'apps/system/hex2bin')
-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)