Skip to content

Commit

Permalink
drivers/include/tcs37727.h : Remove ifndef for I2C
Browse files Browse the repository at this point in the history
Remove ifndef and better formatting for Doxygen
  • Loading branch information
akshaim committed Apr 17, 2020
1 parent de5db5c commit b75fc0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/include/tcs37727.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b75fc0c

Please sign in to comment.