Excluded examples from default build

This commit is contained in:
Lorenz Meier 2013-04-28 10:38:45 +02:00
parent 25612cebc2
commit b1de6c0eaf

View File

@ -88,18 +88,18 @@ MODULES += modules/uORB
#
# Demo apps
#
MODULES += examples/math_demo
#MODULES += examples/math_demo
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/hello_sky
MODULES += examples/px4_simple_app
#MODULES += examples/px4_simple_app
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/daemon
MODULES += examples/px4_daemon_app
#MODULES += examples/px4_daemon_app
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/debug_values
MODULES += examples/px4_mavlink_debug
#MODULES += examples/px4_mavlink_debug
#
# Transitional support - add commands from the NuttX export archive.