Merge branch 'devel' into feature/CAN

This commit is contained in:
Unknown
2019-01-02 12:16:32 -05:00
23 changed files with 234 additions and 63 deletions
+2
View File
@@ -223,6 +223,8 @@ int odrive_main(void) {
axes[i]->start_thread();
}
start_analog_thread();
system_stats_.fully_booted = true;
return 0;
}