aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds/eeprom/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-19 22:15:51 -0700
committerpx4dev <px4@purgatory.org>2012-08-19 22:15:51 -0700
commitb0d13c9556d3dd059c30e14ff04fd437bc1b6ba8 (patch)
treed44769c4dd64087478fb1dba5f64b008321447d1 /apps/systemcmds/eeprom/Makefile
parentf8efb60b593be66534a4fdca554d03913a1b5651 (diff)
downloadpx4-firmware-b0d13c9556d3dd059c30e14ff04fd437bc1b6ba8.tar.gz
px4-firmware-b0d13c9556d3dd059c30e14ff04fd437bc1b6ba8.tar.bz2
px4-firmware-b0d13c9556d3dd059c30e14ff04fd437bc1b6ba8.zip
wrapper commands for saving and loading parameters
Diffstat (limited to 'apps/systemcmds/eeprom/Makefile')
-rw-r--r--apps/systemcmds/eeprom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemcmds/eeprom/Makefile b/apps/systemcmds/eeprom/Makefile
index 63f28c349..2f3db0fdc 100644
--- a/apps/systemcmds/eeprom/Makefile
+++ b/apps/systemcmds/eeprom/Makefile
@@ -37,6 +37,6 @@
APPNAME = eeprom
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 2048
+STACKSIZE = 4096
include $(APPDIR)/mk/app.mk