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_stat.hpp"
Go to the source code of this file.
Functions | |
static void | print_usage () |
__EXPORT int | stat_main (int argc, char *argv[]) |
|
static |
Definition at line 42 of file esc_stat.cpp.
References stat_main().
Referenced by stat_main().
int stat_main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 49 of file esc_stat.cpp.
References print_usage().
Referenced by print_usage().