aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-09-06 13:21:46 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-09-06 13:21:46 +0300
commitd8a98dd350bc022faef49bbd1eb8db0e5060409f (patch)
treecd5e8356b3e480026836967e0ac6aa05d543208b /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parentf6d9dfef6f39577589d2e637bba1e47ea484cc32 (diff)
downloadTango-d8a98dd350bc022faef49bbd1eb8db0e5060409f.tar.gz
Tango-d8a98dd350bc022faef49bbd1eb8db0e5060409f.zip
fan tacho interface
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 122afaea8..177a3678f 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -466,7 +466,7 @@ float getSensorSpeedData(void)
return Speed_Data;
}
-float getDrawerFansStatus(void)
+uint32_t getDrawerFansStatus(void)
{
return DrawerFansStatus;
}