PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Tests the uart send functionality. More...
#include <px4_platform_common/px4_config.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 | |
int | test_uart_send (int argc, char *argv[]) |
Tests the uart send functionality.
Definition in file test_uart_send.c.
int test_uart_send | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 60 of file test_uart_send.c.
References hrt_absolute_time(), and write().