INSAT Mini Project
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_6180XA1 by
Diff: Components/Interfaces/RangeSensor.h
- Revision:
- 12:71d589e6fd2c
- Parent:
- 4:a5abf7757947
- Child:
- 38:18abb7f7dcb2
--- a/Components/Interfaces/RangeSensor.h Tue Oct 06 09:43:25 2015 +0200 +++ b/Components/Interfaces/RangeSensor.h Tue Oct 13 14:22:45 2015 +0200 @@ -54,7 +54,7 @@ * @param[out] piData Pointer to where to store range to * @return 0 in case of success, an error code otherwise */ - //virtual int GetRange(int *piData) = 0; + virtual int GetRange(int32_t *piData) = 0; }; #endif /* __RANGE_SENSOR_CLASS_H */