diff options
Diffstat (limited to 'inc/resource/resource_gas_detection_sensor.h')
-rw-r--r-- | inc/resource/resource_gas_detection_sensor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/resource/resource_gas_detection_sensor.h b/inc/resource/resource_gas_detection_sensor.h index 3dd7787..8aead54 100644 --- a/inc/resource/resource_gas_detection_sensor.h +++ b/inc/resource/resource_gas_detection_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_gas_detection_sensor(int pin_num, int *out_value); +extern int resource_read_gas_detection_sensor(int pin_num, uint32_t *out_value); #endif /* __POSITION_FINDER_RESOURCE_GAS_DETECTION_SENSOR_H__ */ |