diff --git a/Pilotes/Source/MyUart.c b/Pilotes/Source/MyUart.c index 5291f34..ad94f87 100644 --- a/Pilotes/Source/MyUart.c +++ b/Pilotes/Source/MyUart.c @@ -19,6 +19,7 @@ void My_USART_Config(USART_TypeDef* USARTx, uint32_t baudrate) { //QUE POUR USAR }; + void USART_Send_Char(USART_TypeDef* USARTx, char car) { while ((USARTx->SR & USART_SR_TXE)==0){ }