conf_uart_serial.h
Go to the documentation of this file.
1 
33 /*
34  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35  */
36 
37 #ifndef CONF_USART_SERIAL_H
38 #define CONF_USART_SERIAL_H
39 
41 #define CONF_UART CONSOLE_UART
42 
43 // #define CONF_UART_BAUDRATE (115200UL)
45 #define CONF_UART_CHAR_LENGTH US_MR_CHRL_8_BIT
46 
47 #define CONF_UART_PARITY US_MR_PAR_NO
48 
49 #define CONF_UART_STOP_BITS US_MR_NBSTOP_1_BIT
50 
51 #endif/* CONF_USART_SERIAL_H */


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:57