mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
fixed typo, removed deamon example from default build
This commit is contained in:
@@ -79,7 +79,7 @@ usage(const char *reason)
|
|||||||
{
|
{
|
||||||
if (reason)
|
if (reason)
|
||||||
fprintf(stderr, "%s\n", reason);
|
fprintf(stderr, "%s\n", reason);
|
||||||
fprintf(stderr, "usage: deamon {start|stop|status} [-p <additional params>]\n\n");
|
fprintf(stderr, "usage: ardrone_interface {start|stop|status} [-d <UART>]\n\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -271,7 +271,7 @@ int ardrone_interface_thread_main(int argc, char *argv[])
|
|||||||
close(ardrone_write);
|
close(ardrone_write);
|
||||||
ar_multiplexing_deinit(gpios);
|
ar_multiplexing_deinit(gpios);
|
||||||
|
|
||||||
printf("[ardrone_interface] ending now...\n");
|
printf("[ardrone_interface] ending now...\n\n");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
thread_running = false;
|
thread_running = false;
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ CONFIGURED_APPS += systemcmds/mixer
|
|||||||
|
|
||||||
# Tutorial code from
|
# Tutorial code from
|
||||||
# https://pixhawk.ethz.ch/px4/dev/deamon
|
# https://pixhawk.ethz.ch/px4/dev/deamon
|
||||||
CONFIGURED_APPS += examples/px4_deamon_app
|
# CONFIGURED_APPS += examples/px4_deamon_app
|
||||||
|
|
||||||
CONFIGURED_APPS += uORB
|
CONFIGURED_APPS += uORB
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user