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