|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>#include <px4_platform_common/tasks.h>#include <sys/types.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <arch/board/board.h>#include "tests_main.h"#include <math.h>#include <float.h>#include <drivers/drv_hrt.h>Go to the source code of this file.
Functions | |
| static void * | receive_loop (void *arg) |
| int | test_uart_console (int argc, char *argv[]) |
|
static |
Definition at line 61 of file test_uart_console.c.
References read().
Referenced by test_uart_console().
| int test_uart_console | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 75 of file test_uart_console.c.
References receive_loop(), and write().