PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Tool similar to UNIX reboot command. More...
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/getopt.h>
#include <px4_platform_common/log.h>
#include <px4_platform_common/module.h>
#include <px4_platform_common/shutdown.h>
#include <string.h>
Go to the source code of this file.
Functions | |
__EXPORT int | reboot_main (int argc, char *argv[]) |
static void | print_usage (void) |
Tool similar to UNIX reboot command.
Definition in file reboot.c.
|
static |
Definition at line 50 of file reboot.c.
Referenced by reboot_main().
int reboot_main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 60 of file reboot.c.
References print_usage().