bmp388: use default stack size of 2048, fixes stack check failure

This commit is contained in:
modaltb
2019-12-28 16:21:05 -08:00
committed by Daniel Agar
parent 226169192a
commit 9b707eebc7

View File

@@ -34,10 +34,6 @@
px4_add_module(
MODULE drivers__barometer__bmp388
MAIN bmp388
COMPILE_FLAGS
-Wno-cast-align # TODO: fix and enable
STACK_MAIN
1200
SRCS
bmp388_spi.cpp
bmp388_i2c.cpp