Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 23, 2023
1 parent e3791a8 commit 2acb56f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sample_project/cmake_example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
static StaticTask_t exampleTaskTCB;
static StackType_t exampleTaskStack[ configMINIMAL_STACK_SIZE ];

static StaticTask_t xTimerTaskTCB;
static StackType_t uxTimerTaskStack[ configTIMER_TASK_STACK_DEPTH ];

static StaticTask_t xIdleTaskTCB;
static StackType_t uxIdleTaskStack[ configMINIMAL_STACK_SIZE ];

void exampleTask( void * parameters )
{
/* Unused parameters. */
Expand Down

0 comments on commit 2acb56f

Please sign in to comment.