// priority of the currently executing task was unblocked and a context\r
// switch should be performed to ensure the ISR returns to the unblocked\r
// task. In most FreeRTOS ports this is done by simply passing\r
- // xHigherPriorityTaskWoken into taskYIELD_FROM_ISR(), which will test the\r
+ // xHigherPriorityTaskWoken into portYIELD_FROM_ISR(), which will test the\r
// variables value, and perform the context switch if necessary. Check the\r
// documentation for the port in use for port specific instructions.\r
- taskYIELD_FROM_ISR( xHigherPriorityTaskWoken );\r
+ portYIELD_FROM_ISR( xHigherPriorityTaskWoken );\r
}\r
</pre>\r
* \defgroup xMessageBufferSendFromISR xMessageBufferSendFromISR\r
// priority of the currently executing task was unblocked and a context\r
// switch should be performed to ensure the ISR returns to the unblocked\r
// task. In most FreeRTOS ports this is done by simply passing\r
- // xHigherPriorityTaskWoken into taskYIELD_FROM_ISR(), which will test the\r
+ // xHigherPriorityTaskWoken into portYIELD_FROM_ISR(), which will test the\r
// variables value, and perform the context switch if necessary. Check the\r
// documentation for the port in use for port specific instructions.\r
- taskYIELD_FROM_ISR( xHigherPriorityTaskWoken );\r
+ portYIELD_FROM_ISR( xHigherPriorityTaskWoken );\r
}\r
</pre>\r
* \defgroup xMessageBufferReceiveFromISR xMessageBufferReceiveFromISR\r
#error This is the RV32 port that has not yet been adapted for 64.\r
#define portBYTE_ALIGNMENT 16\r
#else\r
- #define portBYTE_ALIGNMENT 8\r
+ #define portBYTE_ALIGNMENT 16\r
#endif\r
/*-----------------------------------------------------------*/\r
\r
#error This is the RV32 port that has not yet been adapted for 64.\r
#define portBYTE_ALIGNMENT 16\r
#else\r
- #define portBYTE_ALIGNMENT 8\r
+ #define portBYTE_ALIGNMENT 16\r
#endif\r
/*-----------------------------------------------------------*/\r
\r