File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
#define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
28
28
#define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE)
29
29
#define configSETUP_PRIORITY HIGH_PRIORITY
30
- #define configSETUP_PRIORITY LOW_PRIORITY
30
+ #define configLOOP_PRIORITY LOW_PRIORITY
31
31
32
32
/* Set the following definitions to 1 to include the API function, or zero
33
33
to exclude the API function. */
Original file line number Diff line number Diff line change 27
27
#define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
28
28
#define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE)
29
29
#define configSETUP_PRIORITY HIGH_PRIORITY
30
- #define configSETUP_PRIORITY LOW_PRIORITY
30
+ #define configLOOP_PRIORITY LOW_PRIORITY
31
31
32
32
/* Set the following definitions to 1 to include the API function, or zero
33
33
to exclude the API function. */
You can’t perform that action at this time.
0 commit comments