#ifndef UART_DEBUG_C #define UART_DEBUG_C void Initialize_UART(uint16_t baudRate); void Print_Debug_String(char * debugString); #endif