Merge remote-tracking branch 'origin/devel' into sam_winusb

This commit is contained in:
Oskar Weigl
2018-06-01 21:57:30 -07:00
12 changed files with 614 additions and 226 deletions
+2
View File
@@ -33,6 +33,8 @@ void save_configuration(void) {
&motor_configs,
&axis_configs)) {
//printf("saving configuration failed\r\n"); osDelay(5);
} else {
user_config_loaded_ = true;
}
}