APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "UART_PPM.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <fcntl.h>
Go to the source code of this file.
Variables | |
ring_buffer UART_PPM::ppm_rxrb [2] | IN_CCM |
uint8_t UART_PPM::rx_buf [2][USART_PPM_BUF_SIZE] IN_CCM |
Definition at line 26 of file UART_PPM.cpp.