hex2bin: Fix a typo in the stack size

This commit is contained in:
Gregory Nutt 2014-06-16 08:12:46 -06:00
parent 5791392591
commit 7019e782ad

View File

@ -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)