1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Flight/SITL: Enable debug of Python scripts

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2704 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
vassilis 2011-02-03 02:02:34 +00:00 committed by vassilis
parent f2ef99a2d9
commit 90fd4551b6
2 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@ PM_FEATURES = {
"HAVE_STRING_FORMAT": False,
"HAVE_CLOSURES": False,
"HAVE_BYTEARRAY": False,
"HAVE_DEBUG_INFO": False,
"HAVE_DEBUG_INFO": True,
}

View File

@ -53,7 +53,7 @@ FLASH_TOOL = OPENOCD
USE_THUMB_MODE = YES
# List of modules to include
MODULES = Telemetry Actuator Stabilization Guidance ManualControl
MODULES = Telemetry Actuator Stabilization Guidance ManualControl FlightPlan
#MODULES = Telemetry ManualControl Actuator Attitude Stabilization
#MODULES = Telemetry Example
#MODULES = Telemetry MK/MKSerial