Skip to content

Commit

Permalink
Remove multiple declaration for task enter/exit ISR
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 18, 2023
1 parent 3553200 commit 697b11d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions FreeRTOS/Test/Coverity/MultiCore1Config/portmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ extern BaseType_t isInISR;
#define portENABLE_INTERRUPTS()

/* Critical section handling. */
extern void vTaskEnterCritical( void );
extern void vTaskExitCritical( void );
#define portENTER_CRITICAL()
#define portEXIT_CRITICAL()

Expand Down
2 changes: 0 additions & 2 deletions FreeRTOS/Test/Coverity/MultiCore2Config/portmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ extern BaseType_t isInISR;
#define portENABLE_INTERRUPTS()

/* Critical section handling. */
extern void vTaskEnterCritical( void );
extern void vTaskExitCritical( void );
#define portENTER_CRITICAL()
#define portEXIT_CRITICAL()

Expand Down
2 changes: 0 additions & 2 deletions FreeRTOS/Test/Coverity/SingleCoreConfig/portmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ typedef uint32_t UBaseType_t;
#define portCLEAR_INTERRUPT_MASK( x ) ( ( void )( x ) )

/* Critical section handling. */
extern void vTaskEnterCritical( void );
extern void vTaskExitCritical( void );
#define portENTER_CRITICAL()
#define portEXIT_CRITICAL()

Expand Down

0 comments on commit 697b11d

Please sign in to comment.