stm32f0: usart: remove unused variable
This commit is contained in:
parent
04d161a6a9
commit
d37f64dccb
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ struct usart_console user_console;
|
|||
|
||||
static void usart_isr(struct usart_console *console)
|
||||
{
|
||||
uint32_t reg;
|
||||
size_t idx, next;
|
||||
|
||||
if (!console)
|
||||
|
|
Loading…
Add table
Reference in a new issue