mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-22 02:26:59 -04:00
util: Fix mismatched comment
Fixes: 8fb0c0895e ("Acurite 592TXR Temperature/Humidity Sensor")
This commit is contained in:
@@ -69,10 +69,10 @@ void local_time_str(time_t time_secs, char *buf);
|
||||
float celsius2fahrenheit(float celsius);
|
||||
|
||||
|
||||
/// Convert Celsious to Fahrenheit
|
||||
/// Convert Fahrenheit to Celsius
|
||||
///
|
||||
/// @param celsius: temperature in Celsius
|
||||
/// @return temperature value in Fahrenheit
|
||||
/// @param celsius: temperature in Fahrenheit
|
||||
/// @return temperature value in Celsius
|
||||
float fahrenheit2celsius(float fahrenheit);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user