mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Add usage of portREMOVE_STATIC_QUALIFIER.
This commit is contained in:
parent
8ce7a79937
commit
192cc29ebc
3 changed files with 18 additions and 1 deletions
|
@ -116,6 +116,11 @@ 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 \
|
||||
NOP \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue