1
0
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:
Akshai M 2020-04-30 22:51:52 +05:30
parent e272cc920b
commit 38687e63bb

View File

@ -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
/** @} */