hex2bin: Fix a typo in the stack size
This commit is contained in:
parent
5791392591
commit
7019e782ad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user