Fix code warnings
This commit is contained in:
@@ -88,7 +88,7 @@ int sd_card_settings_save_calibration(float sens_deviation, float offset, bool a
|
||||
{
|
||||
char path[200];
|
||||
FRESULT res = FR_OK;
|
||||
int ret;
|
||||
int ret = 0;
|
||||
FIL file;
|
||||
|
||||
get_controller_settings_path(path, sizeof(path), "calibration");
|
||||
|
Reference in New Issue
Block a user