mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 16:23:46 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user