aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/other/i2c_stts75_sensor/stts75.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/other/i2c_stts75_sensor/stts75.h')
-rw-r--r--examples/stm32/f1/other/i2c_stts75_sensor/stts75.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/other/i2c_stts75_sensor/stts75.h b/examples/stm32/f1/other/i2c_stts75_sensor/stts75.h
index 57f6190..283299d 100644
--- a/examples/stm32/f1/other/i2c_stts75_sensor/stts75.h
+++ b/examples/stm32/f1/other/i2c_stts75_sensor/stts75.h
@@ -32,7 +32,7 @@
#define STTS75_SENSOR7 0x4f
void stts75_write_config(u32 i2c, u8 sensor);
-void stts75_write_temp_os(u32 i2c, u8 sensor, u16 temp_os);
+void stts75_write_temp_os(u32 i2c, u8 sensor, u16 temp_os);
void stts75_write_temp_hyst(u32 i2c, u8 sensor, u16 temp_hyst);
u16 stts75_read_temperature(u32 i2c, u8 sensor);