Improve code

This commit is contained in:
2020-08-16 20:33:17 +02:00
parent e06c9f7ddc
commit 58937b46f6
2 changed files with 7 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ int sd_card_settings_try_load_calibration(float *sens_deviation, float *offset)
{
char path[128];
int status;
int ret = -2;
int ret = 0;
if (!sens_deviation || !offset)
return -1000;