We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3791a8 commit 2acb56fCopy full SHA for 2acb56f
sample_project/cmake_example/main.c
@@ -44,12 +44,6 @@
44
static StaticTask_t exampleTaskTCB;
45
static StackType_t exampleTaskStack[ configMINIMAL_STACK_SIZE ];
46
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
53
void exampleTask( void * parameters )
54
{
55
/* Unused parameters. */
0 commit comments