File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2626 /* setup() and loop() parameters */
2727 #define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
2828 #define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE)
29- #define configSETUP_PRIORITY HIGH_PRIORITY;
30- #define configLOOP_PRIORITY LOW_PRIORITY;
29+ #define configSETUP_PRIORITY HIGH_PRIORITY
30+ #define configLOOP_PRIORITY LOW_PRIORITY
3131
3232 /* Set the following definitions to 1 to include the API function, or zero
3333 to exclude the API function. */
Original file line number Diff line number Diff line change 2626 /* setup() and loop() parameters */
2727 #define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
2828 #define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE)
29- #define configSETUP_PRIORITY HIGH_PRIORITY;
30- #define configLOOP_PRIORITY LOW_PRIORITY;
29+ #define configSETUP_PRIORITY HIGH_PRIORITY
30+ #define configLOOP_PRIORITY LOW_PRIORITY
3131
3232 /* Set the following definitions to 1 to include the API function, or zero
3333 to exclude the API function. */
Original file line number Diff line number Diff line change 2626 /* setup() and loop() parameters */
2727 #define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
2828 #define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE)
29- #define configSETUP_PRIORITY HIGH_PRIORITY;
30- #define configSETUP_PRIORITY LOW_PRIORITY;
29+ #define configSETUP_PRIORITY HIGH_PRIORITY
30+ #define configSETUP_PRIORITY LOW_PRIORITY
3131
3232 /* Set the following definitions to 1 to include the API function, or zero
3333 to exclude the API function. */
Original file line number Diff line number Diff line change 2424/* setup() and loop() parameters */
2525#define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 4)
2626#define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
27- #define configSETUP_PRIORITY HIGH_PRIORITY;
28- #define configLOOP_PRIORITY LOW_PRIORITY;
27+ #define configSETUP_PRIORITY HIGH_PRIORITY
28+ #define configLOOP_PRIORITY LOW_PRIORITY
2929
3030/* Set the following definitions to 1 to include the API function, or zero
3131 to exclude the API function. */
Original file line number Diff line number Diff line change 2626 /* setup() and loop() parameters */
2727 #define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
2828 #define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE)
29- #define configSETUP_PRIORITY HIGH_PRIORITY;
30- #define configSETUP_PRIORITY LOW_PRIORITY;
29+ #define configSETUP_PRIORITY HIGH_PRIORITY
30+ #define configSETUP_PRIORITY LOW_PRIORITY
3131
3232 /* Set the following definitions to 1 to include the API function, or zero
3333 to exclude the API function. */
Original file line number Diff line number Diff line change 2626 /* setup() and loop() parameters */
2727 #define configSETUP_STACK_SIZE (configMINIMAL_STACK_SIZE * 2)
2828 #define configLOOP_STACK_SIZE (configMINIMAL_STACK_SIZE)
29- #define configSETUP_PRIORITY HIGH_PRIORITY;
30- #define configSETUP_PRIORITY LOW_PRIORITY;
29+ #define configSETUP_PRIORITY HIGH_PRIORITY
30+ #define configSETUP_PRIORITY LOW_PRIORITY
3131
3232/* Set the following definitions to 1 to include the API function, or zero
3333 to exclude the API function. */
You can’t perform that action at this time.
0 commit comments