mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
drivers/isl29020 : Add CONFIG_
Add CONFIG_ prefix to ISL29020_DEFAULT_ADDRESS
This commit is contained in:
parent
e272cc920b
commit
38687e63bb
@ -44,8 +44,8 @@ extern "C" {
|
||||
* For more information on SerialBus Address, refer Section I2C
|
||||
* Interface on Page 3 of datasheet.
|
||||
*/
|
||||
#ifndef ISL29020_DEFAULT_ADDRESS
|
||||
#define ISL29020_DEFAULT_ADDRESS 0x44
|
||||
#ifndef CONFIG_ISL29020_DEFAULT_ADDRESS
|
||||
#define CONFIG_ISL29020_DEFAULT_ADDRESS 0x44
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user