Skip to content

Commit 2acb56f

Browse files
committed
update comments
1 parent e3791a8 commit 2acb56f

File tree

1 file changed

+0
-6
lines changed
  • sample_project/cmake_example

1 file changed

+0
-6
lines changed

sample_project/cmake_example/main.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
static StaticTask_t exampleTaskTCB;
4545
static StackType_t exampleTaskStack[ configMINIMAL_STACK_SIZE ];
4646

47-
static StaticTask_t xTimerTaskTCB;
48-
static StackType_t uxTimerTaskStack[ configTIMER_TASK_STACK_DEPTH ];
49-
50-
static StaticTask_t xIdleTaskTCB;
51-
static StackType_t uxIdleTaskStack[ configMINIMAL_STACK_SIZE ];
52-
5347
void exampleTask( void * parameters )
5448
{
5549
/* Unused parameters. */

0 commit comments

Comments
 (0)