From 54cd191d435fab4c0f37c591c5e666b20d0e7fdc Mon Sep 17 00:00:00 2001 From: Norbert Wesp Date: Thu, 16 Feb 2017 11:40:12 +0100 Subject: [PATCH] src/tmp006/tmp006.hpp: fixed encoding error Signed-off-by: Norbert Wesp Signed-off-by: Mihai Tudor Panu --- src/tmp006/tmp006.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tmp006/tmp006.hpp b/src/tmp006/tmp006.hpp index a3f0f3a4..64fd2940 100644 --- a/src/tmp006/tmp006.hpp +++ b/src/tmp006/tmp006.hpp @@ -115,9 +115,9 @@ namespace upm { * SMBus-compatible interface. With this data, the target object temperature * can be calculated by an external processor. * The Infrared thermopile sensor is specified to operate from - * –40 to +125 [degC]. It is possible to measure an object temperature beyond + * -40 to +125 [degC]. It is possible to measure an object temperature beyond * the device operating range as long as the device itself does not exceed the - * operating temperature range (–40 to +125 [degC]). + * operating temperature range (-40 to +125 [degC]). * * @snippet tmp006.cxx Interesting */