1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

drivers/include/tcs37727.h : Remove ifndef for I2C

Remove ifndef and better formatting for Doxygen
This commit is contained in:
Akshai M 2020-04-07 23:25:11 +05:30
parent de5db5c99d
commit b75fc0cfa6

View File

@ -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