From 12df26892389b78b67c655485d99daa0bee1b403 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 25 Oct 2023 09:53:19 +0000 Subject: [PATCH] Fix rule 8.5 in port --- FreeRTOS/Test/Coverity/MultiCore1Config/portmacro.h | 4 ---- FreeRTOS/Test/Coverity/MultiCore2Config/portmacro.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/FreeRTOS/Test/Coverity/MultiCore1Config/portmacro.h b/FreeRTOS/Test/Coverity/MultiCore1Config/portmacro.h index dbd7b4165a1..a5bfb6e8b6f 100644 --- a/FreeRTOS/Test/Coverity/MultiCore1Config/portmacro.h +++ b/FreeRTOS/Test/Coverity/MultiCore1Config/portmacro.h @@ -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 ) diff --git a/FreeRTOS/Test/Coverity/MultiCore2Config/portmacro.h b/FreeRTOS/Test/Coverity/MultiCore2Config/portmacro.h index 8fc3b94f0f1..448fb4ca322 100644 --- a/FreeRTOS/Test/Coverity/MultiCore2Config/portmacro.h +++ b/FreeRTOS/Test/Coverity/MultiCore2Config/portmacro.h @@ -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 )