1 /* generated configuration header file - do not edit */ 2 #ifndef R_SCI_UART_CFG_H_ 3 #define R_SCI_UART_CFG_H_ 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 #define SCI_UART_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) 9 #define SCI_UART_CFG_FIFO_SUPPORT (0) 10 #define SCI_UART_CFG_DTC_SUPPORTED (1) 11 #define SCI_UART_CFG_FLOW_CONTROL_SUPPORT (0) 12 #define SCI_UART_CFG_RS485_SUPPORT (0) 13 14 #ifdef __cplusplus 15 } 16 #endif 17 #endif /* R_SCI_UART_CFG_H_ */ 18