diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-29 22:30:25 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-29 22:30:25 +0300 |
| commit | a60052b1d6a620e64d300f07e9edd26a963cd889 (patch) | |
| tree | d8fb151d39caf3816a795788bc16911d78dbae4e /simplemotion.c | |
| parent | 53ad6bae709998e84d046e11966b4382ff1c0df9 (diff) | |
| parent | c2a59b64b486ced4dd91d4dba1005205322d6bc6 (diff) | |
| download | SimpleMotionV2-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.c | 2 |
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;
}
|
