mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.
This commit is contained in:
parent
6cbbfd2eb5
commit
a7c47131fa
12 changed files with 4 additions and 49 deletions
|
@ -172,9 +172,6 @@ extern void vTaskExitCritical( void );
|
|||
#define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters )
|
||||
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters )
|
||||
|
||||
/* This macro is not appropriate for this port so is defined away. */
|
||||
#define portALIGNMENT_ASSERT_pxCurrentTCB( x )
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue