aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/hmc5883/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-10-15 08:52:17 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-10-15 08:52:17 +0200
commit642f3426a7aadd9fd345590a4c0881d7e64014a7 (patch)
treee01f474a4eb4ebf0671ee1fc7b509110bc643dbc /apps/drivers/hmc5883/Makefile
parent6e4398c30d83a6de5a5085596753388d5b17fc26 (diff)
downloadpx4-firmware-642f3426a7aadd9fd345590a4c0881d7e64014a7.tar.gz
px4-firmware-642f3426a7aadd9fd345590a4c0881d7e64014a7.tar.bz2
px4-firmware-642f3426a7aadd9fd345590a4c0881d7e64014a7.zip
Added mag calibration routine, fixed minor typos without runtime effects
Diffstat (limited to 'apps/drivers/hmc5883/Makefile')
-rw-r--r--apps/drivers/hmc5883/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/hmc5883/Makefile b/apps/drivers/hmc5883/Makefile
index aa4a397fb..4d7cb4e7b 100644
--- a/apps/drivers/hmc5883/Makefile
+++ b/apps/drivers/hmc5883/Makefile
@@ -37,6 +37,6 @@
APPNAME = hmc5883
PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 2048
+STACKSIZE = 4096
include $(APPDIR)/mk/app.mk