1
0
mirror of https://github.com/KostyaSha/arduino-iebus.git synced 2026-08-24 22:55:40 +00:00
This commit is contained in:
Kanstantsin Shautsou
2017-06-20 03:18:13 +03:00
parent 94d0e5d3fe
commit 2008e71ea1
3 changed files with 5 additions and 2 deletions
@@ -27,7 +27,7 @@ void BuffSerial::begin(long speed){
#if defined(__AVR_ATmega8__)
SIGNAL(SIG_UART_RECV)
#else
SIGNAL(USART_RX_vect)
ISR(USART0_RX_vect)
#endif
{
#if defined(__AVR_ATmega8__)
@@ -42,7 +42,7 @@ SIGNAL(USART_RX_vect)
#if defined(__AVR_ATmega8__)
SIGNAL(SIG_UART_TRANS)
#else
SIGNAL(USART_TX_vect)
ISR(USART0_TX_vect)
#endif
{
if (bSerial.txEnd != bSerial.txBegin || bSerial.txFull != 0){