Skip to content

Commit 888e28e

Browse files
committed
typo loop setup - #11
1 parent 123d81e commit 888e28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simplefoc_library/code/current_sense/low_side.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ It is very important that the the current sensing `init` function is called afte
188188
So the suggested code structure would be:
189189

190190
```cpp
191-
void loop(){
191+
void setup(){
192192
....
193193
// driver init
194194
driver.init();

0 commit comments

Comments
 (0)