Compare commits
1 Commits
consistent
...
1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e33234261 |
@@ -55,6 +55,8 @@ UART_PutChar (const uint8_t c)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef GDBSTUB
|
||||||
|
|
||||||
// Receive Interrupt Routine
|
// Receive Interrupt Routine
|
||||||
ISR(USART0_RX_vect)
|
ISR(USART0_RX_vect)
|
||||||
{
|
{
|
||||||
@@ -70,6 +72,8 @@ ISR(USART0_UDRE_vect)
|
|||||||
UCSR0B &= ~(1 << UDRIE0);
|
UCSR0B &= ~(1 << UDRIE0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
int16_t
|
int16_t
|
||||||
UART_GetChar (void)
|
UART_GetChar (void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user