mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
HoTT stack size adjustments
This commit is contained in:
parent
4ca91583b4
commit
a2c4c094e6
@ -30,10 +30,12 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
############################################################################
|
||||
set(MODULE_CFLAGS -Os)
|
||||
list(APPEND MODULE_CFLAGS -Wframe-larger-than=1100)
|
||||
px4_add_module(
|
||||
MODULE drivers__hott
|
||||
COMPILE_FLAGS
|
||||
-Os
|
||||
${MODULE_CFLAGS}
|
||||
SRCS
|
||||
messages.cpp
|
||||
comms.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user