Add usage of portREMOVE_STATIC_QUALIFIER.

This commit is contained in:
Richard Barry 2008-05-24 18:56:04 +00:00
parent 8ce7a79937
commit 192cc29ebc
3 changed files with 18 additions and 1 deletions

View file

@ -113,6 +113,10 @@ extern void vPortYield( void );
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters )
/*-----------------------------------------------------------*/
/* Required by the kernel aware debugger. */
#ifdef __DEBUG
#define portREMOVE_STATIC_QUALIFIER
#endif
#define portNOP() asm volatile ( "NOP" )