mirror of
https://github.com/utkumaden/esp-idf-ds3231.git
synced 2026-03-06 06:43:22 +01:00
Fix small problem with one of the inline functions.
This commit is contained in:
@@ -84,6 +84,7 @@ inline static int ds3231_endTemperatureF(ds3231_t driver, float *out_temperature
|
||||
}
|
||||
|
||||
*out_temperature = (float)iTemp / 4.0f;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user