diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-04-07 15:33:40 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-04-07 15:33:40 +0300 |
| commit | 7dc56301dd8388cdf60e0c3270ec99b403c6063f (patch) | |
| tree | 2598ac6252b251d7cbc0c934809816a7ea221189 /simplemotion.c | |
| parent | 52bf3a6b791a381cf08a3ac167fac7375459aab9 (diff) | |
| download | SimpleMotionV2-7dc56301dd8388cdf60e0c3270ec99b403c6063f.tar.gz SimpleMotionV2-7dc56301dd8388cdf60e0c3270ec99b403c6063f.zip | |
Switch using stdint.h typesfeature/device-deployment-library
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 9a0b3fb..d78e511 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;
}
|
