Skip to content

Commit

Permalink
typo loop setup - #11
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Oct 15, 2022
1 parent 123d81e commit 888e28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/simplefoc_library/code/current_sense/low_side.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ It is very important that the the current sensing `init` function is called afte
So the suggested code structure would be:

```cpp
void loop(){
void setup(){
....
// driver init
driver.init();
Expand Down

0 comments on commit 888e28e

Please sign in to comment.