/****************************************************************************** * File: MCU_UART_cfg.h * Component: MCU_UART * Description: Configuration header for the MCU_UART driver. * Declares configuration structures and constants that can be * edited to adapt the UART driver to the specific hardware * setup (e.g., which UART instance, pin assignments, baud rate, * data bits, stop bits, parity). * * Layer: MCU (hardware abstraction) - configuration *****************************************************************************/ #ifndef MCU_UART_CFG_H #define MCU_UART_CFG_H /* Configuration constants and structure declarations will go here */ #endif /* MCU_UART_CFG_H */