mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-22 08:04:07 +08:00
Add some missing reference & symbols
This commit is contained in:
@@ -242,7 +242,7 @@ int odrive_main(void) {
|
||||
axes[i]->setup();
|
||||
}
|
||||
|
||||
for(auto axis : axes){
|
||||
for(auto& axis : axes){
|
||||
axis->encoder_.setup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user