summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/f75303.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/f75303.h')
-rw-r--r--driver/temp_sensor/f75303.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/driver/temp_sensor/f75303.h b/driver/temp_sensor/f75303.h
index da08898301..6c8d41250c 100644
--- a/driver/temp_sensor/f75303.h
+++ b/driver/temp_sensor/f75303.h
@@ -12,12 +12,14 @@
enum f75303_index {
F75303_IDX_LOCAL = 0,
- F75303_IDX_REMOTE,
+ F75303_IDX_REMOTE1,
+ F75303_IDX_REMOTE2,
};
/* F75303 register */
#define F75303_TEMP_LOCAL 0x00
-#define F75303_TEMP_REMOTE 0x01
+#define F75303_TEMP_REMOTE1 0x01
+#define F75303_TEMP_REMOTE2 0x23
/**
* Get the last polled value of a sensor.