From 0b68bdfbd9b668ac92f22000e3c7f723098bec45 Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:57:56 +0800 Subject: [PATCH] Update main.c for comment --- examples/cmake_example/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cmake_example/main.c b/examples/cmake_example/main.c index 2320b691132..00c5405b363 100644 --- a/examples/cmake_example/main.c +++ b/examples/cmake_example/main.c @@ -98,5 +98,5 @@ void main( void ) ( void ) pcTaskName; } -#endif +#endif /* #if ( configCHECK_FOR_STACK_OVERFLOW > 0 ) */ /*-----------------------------------------------------------*/