mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: add --debug-ekf to debug the EKF
This commit is contained in:
parent
431468452c
commit
77b461fee4
@ -154,6 +154,9 @@ class Board:
|
|||||||
'-g',
|
'-g',
|
||||||
'-O0',
|
'-O0',
|
||||||
]
|
]
|
||||||
|
env.DEFINES.update(
|
||||||
|
HAL_DEBUG_BUILD = 1,
|
||||||
|
)
|
||||||
|
|
||||||
if cfg.options.bootloader:
|
if cfg.options.bootloader:
|
||||||
# don't let bootloaders try and pull scripting in
|
# don't let bootloaders try and pull scripting in
|
||||||
|
Loading…
Reference in New Issue
Block a user