diff options
Diffstat (limited to 'inc/resource/resource_vibration_sensor.h')
-rw-r--r-- | inc/resource/resource_vibration_sensor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/resource/resource_vibration_sensor.h b/inc/resource/resource_vibration_sensor.h index b387d07..042298a 100644 --- a/inc/resource/resource_vibration_sensor.h +++ b/inc/resource/resource_vibration_sensor.h @@ -29,6 +29,6 @@ * @return 0 on success, otherwise a negative error value * @see If the gpio pin is not open, creates gpio handle before reading the value of gpio. */ -extern int resource_read_vibration_sensor(int pin_num, int *out_value); +extern int resource_read_vibration_sensor(int pin_num, uint32_t *out_value); #endif /* __POSITION_FINDER_RESOURCE_VIBRATION_SENSOR_H__ */ |