summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp006.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/tmp006.h')
-rw-r--r--driver/temp_sensor/tmp006.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/temp_sensor/tmp006.h b/driver/temp_sensor/tmp006.h
index 78f8e0044a..a8c4f19001 100644
--- a/driver/temp_sensor/tmp006.h
+++ b/driver/temp_sensor/tmp006.h
@@ -13,7 +13,7 @@
#define TMP006_REG(ADDR) (ADDR & 0xffff)
struct tmp006_t {
- const char* name;
+ const char *name;
int addr; /* I2C address formed by TMP006_ADDR macro. */
};