Fix code warnings

This commit is contained in:
2020-11-01 21:24:13 +01:00
parent 32c8e2e937
commit dc9fc2f814
2 changed files with 1 additions and 2 deletions

View File

@@ -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");