Skip to content

Commit

Permalink
Fix rule 8.5 in port
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 25, 2023
1 parent cf49fd9 commit 12df268
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions FreeRTOS/Test/Coverity/MultiCore1Config/portmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ extern BaseType_t isInISR;
#define portENTER_CRITICAL()
#define portEXIT_CRITICAL()

extern UBaseType_t vTaskEnterCriticalFromISR( void );
extern void vTaskExitCriticalFromISR( UBaseType_t uxSavedInterruptStatus );


/* Task function macros as described on the FreeRTOS.org WEB site. */
#define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters )
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters )
Expand Down
4 changes: 0 additions & 4 deletions FreeRTOS/Test/Coverity/MultiCore2Config/portmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ extern BaseType_t isInISR;
#define portENTER_CRITICAL()
#define portEXIT_CRITICAL()

extern UBaseType_t vTaskEnterCriticalFromISR( void );
extern void vTaskExitCriticalFromISR( UBaseType_t uxSavedInterruptStatus );


/* Task function macros as described on the FreeRTOS.org WEB site. */
#define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void * pvParameters )
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void * pvParameters )
Expand Down

0 comments on commit 12df268

Please sign in to comment.