summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp112.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/tmp112.h')
-rw-r--r--driver/temp_sensor/tmp112.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/temp_sensor/tmp112.h b/driver/temp_sensor/tmp112.h
index f1c5725741..35f5909045 100644
--- a/driver/temp_sensor/tmp112.h
+++ b/driver/temp_sensor/tmp112.h
@@ -8,7 +8,7 @@
#include "i2c.h"
-#define TMP112_I2C_ADDR__7bf (0x48 | I2C_FLAG_BIG_ENDIAN)
+#define TMP112_I2C_ADDR_FLAGS (0x48 | I2C_FLAG_BIG_ENDIAN)
#define TMP112_REG_TEMP 0x00
#define TMP112_REG_CONF 0x01