mirror of
https://github.com/utkumaden/esp-idf-ds3231.git
synced 2025-01-23 04:56:32 +01:00
Fix small problem with one of the inline functions.
This commit is contained in:
parent
8ef4b30a61
commit
c8a7025789
@ -84,6 +84,7 @@ inline static int ds3231_endTemperatureF(ds3231_t driver, float *out_temperature
|
||||
}
|
||||
|
||||
*out_temperature = (float)iTemp / 4.0f;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user