diff --git a/include/ds3231.h b/include/ds3231.h index ae7fc6e..53daea0 100644 --- a/include/ds3231.h +++ b/include/ds3231.h @@ -84,6 +84,7 @@ inline static int ds3231_endTemperatureF(ds3231_t driver, float *out_temperature } *out_temperature = (float)iTemp / 4.0f; + return 0; } #endif