diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-02-23 01:05:32 +0200 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-02-23 01:05:32 +0200 |
| commit | d303b5967b4351af84e6b7faf46970b5c539ec01 (patch) | |
| tree | 73080e2d843aa2febc663a102e3c79a648b8630b /simplemotion.h | |
| parent | ef90858cab265f2c5e19f86825a5d92154e7a0e0 (diff) | |
| download | SimpleMotionV2-d303b5967b4351af84e6b7faf46970b5c539ec01.tar.gz SimpleMotionV2-d303b5967b4351af84e6b7faf46970b5c539ec01.zip | |
Got rid of various compiler warnings
Diffstat (limited to 'simplemotion.h')
| -rw-r--r-- | simplemotion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplemotion.h b/simplemotion.h index 965512f..725d3dc 100644 --- a/simplemotion.h +++ b/simplemotion.h @@ -112,7 +112,7 @@ LIB void smSetDebugOutput( smVerbosityLevel level, FILE *stream ); /** This function returns all occurred SM_STATUS bits after smOpenBus or resetCumulativeStatus call*/
LIB SM_STATUS getCumulativeStatus( const smbus handle );
/** Reset cululative status so getCumultiveStatus returns 0 after calling this until one of the other functions are called*/
-LIB void resetCumulativeStatus( const smbus handle );
+LIB SM_STATUS resetCumulativeStatus( const smbus handle );
/** SMV2 Device communication functionss */
|
