Merge branch 'main' of https://git.etud.insa-toulouse.fr/johnse/BE_VOILIER
This commit is contained in:
commit
37ccfb68f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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){
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue