Version 1.7.

This commit is contained in:
NIIBE Yutaka
2017-12-19 09:32:44 +09:00
parent 0a68140530
commit 8dabbe6e1c
8 changed files with 39 additions and 13 deletions

View File

@@ -617,7 +617,7 @@ usart_send_break (uint8_t dev_no)
return -1;
if ((USARTx->CR1 & 0x01))
return 1; /* Busy sending break, which was requested before. */
return 1; /* Busy sending break, which was requested before. */
USARTx->CR1 |= 0x01;
return 0;