Fix Bug from Issue #565 (#629)

Co-authored-by: Victor <vfernandez@maccorobotics.com>
Co-authored-by: Paul Bartell <pbartell@amazon.com>
Co-authored-by: Shivangi <66447522+gshvang@users.noreply.github.com>
This commit is contained in:
victorfdezc
2021-06-22 02:39:10 +02:00
committed by GitHub
parent 434eeadf9f
commit 4c4a0ab755

View File

@@ -185,7 +185,7 @@ unsigned char ucByte;
}
/*-----------------------------------------------------------*/
SIGNAL( SIG_UART_RECV )
SIGNAL( USART_RXC_vect )
{
signed char cChar;
signed portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
@@ -204,7 +204,7 @@ signed portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE;
}
/*-----------------------------------------------------------*/
SIGNAL( SIG_UART_DATA )
SIGNAL( USART_UDRE_vect )
{
signed char cChar, cTaskWoken;