Skip to content

Commit

Permalink
Remove the timerAllocation
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 30, 2021
1 parent cadb9d6 commit 1c6934c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RBE1001Lib
version=0.12.0
version=0.12.1
author=Kevin Harrington
maintainer=Kevin Harrington <[email protected]>
sentence=Support robotics education with simplified support classes.
Expand Down
2 changes: 1 addition & 1 deletion src/Motor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void Motor::allocateTimer(int PWMgenerationTimer)
{
if (!Motor::timersAllocated)
{
ESP32PWM::allocateTimer(PWMgenerationTimer);
//ESP32PWM::allocateTimer(PWMgenerationTimer);
xTaskCreatePinnedToCore(onMotorTimer, "PID loop Thread", 8192, NULL, 1,
&complexHandlerTask, 0);
}
Expand Down

0 comments on commit 1c6934c

Please sign in to comment.