mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-18 08:04:58 +08:00
HoTT stack size adjustments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user