summaryrefslogtreecommitdiff
path: root/driver/led/lp5562.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led/lp5562.c')
-rw-r--r--driver/led/lp5562.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/led/lp5562.c b/driver/led/lp5562.c
index 4a72c914bb..966aff5e58 100644
--- a/driver/led/lp5562.c
+++ b/driver/led/lp5562.c
@@ -11,8 +11,8 @@
#include "timer.h"
#include "util.h"
-/* 8-bit I2C address */
-#define LP5562_I2C_ADDR (0x30 << 1)
+/* I2C address */
+#define LP5562_I2C_ADDR__7bf (0x30)
inline int lp5562_write(uint8_t reg, uint8_t val)
{