X-Git-Url: http://git.smho.de/gw/?p=owSlave2.git;a=blobdiff_plain;f=DS2438_SHT2X%2FMakefile;h=f7edcf0df9bedf75b3d599e8c9e069b564ee3100;hp=89a88a873af35bfdc0aca5f269befcaf99f370c9;hb=HEAD;hpb=04b32ce80b8efbf29133a6a08ee8967c57576e68 diff --git a/DS2438_SHT2X/Makefile b/DS2438_SHT2X/Makefile index 89a88a8..f7edcf0 100644 --- a/DS2438_SHT2X/Makefile +++ b/DS2438_SHT2X/Makefile @@ -8,7 +8,7 @@ MCU = attiny84 FORMAT = ihex TARGET =DS2438_SHT2X -SRC = ../common/calibr.c ../common/I2C/SHT2x.c ../common/I2C/USI_TWI_Master.c DS2438_SHT2X.c +SRC = ../common/calibr.c ../common/I2C/SHT2xV2.c ../common/I2C/USI_TWI_Master.c DS2438_SHT2X.c ASRC = ../common/OWDS2438.S # Name of this Makefile (used for "make depend").