diff --git a/conf/modules/temp_temod.xml b/conf/modules/temp_temod.xml index f6cfe7f6259..9876ea042fb 100644 --- a/conf/modules/temp_temod.xml +++ b/conf/modules/temp_temod.xml @@ -14,12 +14,12 @@ - TEMOD_DEV ?= i2c0 - TEMOD_DEV_LOWER=$(shell echo $(TEMOD_DEV) | tr A-Z a-z) - TEMOD_DEV_UPPER=$(shell echo $(TEMOD_DEV) | tr a-z A-Z) + TEMOD_I2C_DEV ?= i2c0 + TEMOD_I2C_DEV_LOWER=$(shell echo $(TEMOD_I2C_DEV) | tr A-Z a-z) + TEMOD_I2C_DEV_UPPER=$(shell echo $(TEMOD_I2C_DEV) | tr a-z A-Z) - - + +