diff --git a/drivers/include/tcs37727.h b/drivers/include/tcs37727.h index b0f444291a..a9b228bce3 100644 --- a/drivers/include/tcs37727.h +++ b/drivers/include/tcs37727.h @@ -36,9 +36,10 @@ extern "C" { #endif -#ifndef TCS37727_I2C_ADDRESS -#define TCS37727_I2C_ADDRESS 0x29 /**< Default Device Address */ -#endif +/** + * @brief Default Device Address + */ +#define TCS37727_I2C_ADDRESS 0x29 /** * @defgroup drivers_tcs37727_config TCS37727 RGB Light Sensor driver compile configuration