| 
    PX4 Firmware
    
   PX4 Autopilot Software http://px4.io 
   | 
 
#include <px4_platform_common/px4_config.h>#include <px4_platform_common/module.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <arch/board/board.h>#include <board_config.h>Go to the source code of this file.
Functions | |
| __EXPORT int | usb_connected_main (int argc, char *argv[]) | 
| static void | print_usage (void) | 
Definition in file usb_connected.c.
      
  | 
  static | 
Definition at line 50 of file usb_connected.c.
Referenced by usb_connected_main().
| int usb_connected_main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 61 of file usb_connected.c.
References print_usage().