Skip to content

Commit

Permalink
force initialize servo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhora15 committed Feb 4, 2025
1 parent 51c145e commit 0d17f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/src/chipset/Servo/Servo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ uint32_t Servo::init() {
} else {
status = 1;
}
is_initialized = true;
status = 0;

return status;
}
Expand Down

0 comments on commit 0d17f9b

Please sign in to comment.