aboutsummaryrefslogtreecommitdiff
path: root/simplemotion.c
diff options
context:
space:
mode:
authorTero Kontkanen <tero.kontkanen@granitedevices.fi>2017-05-29 22:30:25 +0300
committerTero Kontkanen <tero.kontkanen@granitedevices.fi>2017-05-29 22:30:25 +0300
commita60052b1d6a620e64d300f07e9edd26a963cd889 (patch)
treed8fb151d39caf3816a795788bc16911d78dbae4e /simplemotion.c
parent53ad6bae709998e84d046e11966b4382ff1c0df9 (diff)
parentc2a59b64b486ced4dd91d4dba1005205322d6bc6 (diff)
downloadSimpleMotionV2-a60052b1d6a620e64d300f07e9edd26a963cd889.tar.gz
SimpleMotionV2-a60052b1d6a620e64d300f07e9edd26a963cd889.zip
Merge branch 'feature/device-deployment-library' into develop
# Conflicts: # SimpleMotionV2.pri - fixed
Diffstat (limited to 'simplemotion.c')
-rw-r--r--simplemotion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplemotion.c b/simplemotion.c
index 606eda0..58627cb 100644
--- a/simplemotion.c
+++ b/simplemotion.c
@@ -158,7 +158,7 @@ SM_STATUS smSetTimeout( smuint16 millsecs )
return SM_ERR_PARAMETER;
}
-unsigned long smGetVersion()
+smuint32 smGetVersion()
{
return SM_VERSION;
}