Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.

This commit is contained in:
Richard Barry 2013-06-25 13:39:50 +00:00
parent 6cbbfd2eb5
commit a7c47131fa
12 changed files with 4 additions and 49 deletions

View file

@ -159,9 +159,6 @@ void vPortSetIPL( unsigned long ulNewIPL ) __attribute__((naked));
#endif
#endif
/* This macro is not appropriate for this port so is defined away. */
#define portALIGNMENT_ASSERT_pxCurrentTCB( x )
/*-----------------------------------------------------------*/
/* Task function macros as described on the FreeRTOS.org WEB site. */