Skip to content

Commit

Permalink
Merge pull request #999 from vector76/i2s_task_raised_priority
Browse files Browse the repository at this point in the history
Raising priority of i2s task prevents main task time-slicing in
  • Loading branch information
MitchBradley authored Aug 15, 2023
2 parents c9f94bf + 128076b commit 18d2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluidNC/src/I2SOut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ int i2s_out_init(i2s_out_init_t& init_param) {
"I2SOutTask",
4096,
NULL,
1,
2,
nullptr,
CONFIG_ARDUINO_RUNNING_CORE // must run the task on same core
);
Expand Down

0 comments on commit 18d2a15

Please sign in to comment.