From 3625dd1a12144a635f4557f59dd448a25ba9d1e1 Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Thu, 24 Mar 2022 22:08:30 +0100 Subject: [PATCH] ts: Update tsGetTemperatureMilliC for 14.0.0 --- nx/include/switch/services/ts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/ts.h b/nx/include/switch/services/ts.h index 81ce554e..4f94b5e8 100644 --- a/nx/include/switch/services/ts.h +++ b/nx/include/switch/services/ts.h @@ -39,7 +39,7 @@ Result tsGetTemperatureRange(TsLocation location, s32 *min_temperature, s32 *max Result tsGetTemperature(TsLocation location, s32 *temperature); /** - * @brief Gets the temperature for the specified \ref TsLocation, in MilliC. + * @brief Gets the temperature for the specified \ref TsLocation, in MilliC. [1.0.0-13.2.1] * @param[in] location \ref TsLocation * @param[out] temperature Output temperature in MilliC. */