|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>#include <px4_platform_common/log.h>#include <stdint.h>#include <cstdlib>#include "esc_selftest.hpp"Go to the source code of this file.
Functions | |
| static void | print_usage () |
| __EXPORT int | selftest_main (int argc, char *argv[]) |
|
static |
Definition at line 42 of file esc_selftest.cpp.
References selftest_main().
Referenced by selftest_main().
| int selftest_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 49 of file esc_selftest.cpp.
References print_usage().
Referenced by print_usage().