|
@ -3532,7 +3532,7 @@ void setup() { |
|
|
NULL, /* Task input parameter */ |
|
|
NULL, /* Task input parameter */ |
|
|
1 | portPRIVILEGE_BIT, /* Priority of the task */ |
|
|
1 | portPRIVILEGE_BIT, /* Priority of the task */ |
|
|
&LED, /* Task handle. */ |
|
|
&LED, /* Task handle. */ |
|
|
0 /* Core where the task should run */ |
|
|
|
|
|
|
|
|
1 /* Core where the task should run */ |
|
|
); |
|
|
); |
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|