From 472b9d2f63ba9f83b7b85b4fcd5473ece25327e9 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Thu, 3 Oct 2024 10:34:12 +0000 Subject: [PATCH] Fix formatting check Signed-off-by: Gaurav Aggarwal --- include/portable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/portable.h b/include/portable.h index 874d261ff..1b088b427 100644 --- a/include/portable.h +++ b/include/portable.h @@ -86,11 +86,11 @@ #endif #ifndef portBASE_TYPE_ENTER_CRITICAL - #define portBASE_TYPE_ENTER_CRITICAL() taskENTER_CRITICAL() + #define portBASE_TYPE_ENTER_CRITICAL() taskENTER_CRITICAL() #endif #ifndef portBASE_TYPE_EXIT_CRITICAL - #define portBASE_TYPE_EXIT_CRITICAL() taskEXIT_CRITICAL() + #define portBASE_TYPE_EXIT_CRITICAL() taskEXIT_CRITICAL() #endif #ifndef configSTACK_DEPTH_TYPE