From ddd5d5b85d589954e891e93085493eed0deacc98 Mon Sep 17 00:00:00 2001 From: omron-ankit <47993414+omron-ankit@users.noreply.github.com> Date: Wed, 7 Aug 2019 16:07:43 -0500 Subject: [PATCH] Update d6t.hpp --- src/d6t/d6t.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d6t/d6t.hpp b/src/d6t/d6t.hpp index 3f266f57..8cb64a7c 100644 --- a/src/d6t/d6t.hpp +++ b/src/d6t/d6t.hpp @@ -152,7 +152,7 @@ namespace upm { * * @return One of the D6T_STATUS_T values */ - D6T_STATUS_T getTemperatureScale(TemperatureUnit &unit); + D6T_STATUS_T getTemperatureScale(upm::TemperatureUnit &unit); /** * Set the thermal sensor temperature unit. @@ -161,7 +161,7 @@ namespace upm { * * @return One of the D6T_STATUS_T values */ - D6T_STATUS_T setTemperatureScale(TemperatureUnit unit); + D6T_STATUS_T setTemperatureScale(upm::TemperatureUnit unit); /** * Display thermal sensor data with PTAT, P0 to P15 and PEC values.