put application specific config for led1642 into separate header file
This commit is contained in:
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ $(PRG).elf: $(OBJ)
|
||||
rgbyteclock.o: timer.o lcd.o rgbyteclock.h rtc.o spi.o ledcontroller.o
|
||||
main.o: rgbyteclock.o lcd.o spi.o ledcontroller.o rtc.o timer.o
|
||||
ledcontroller.o: led1642gw.o
|
||||
led1642gw.o: led1642gw.h
|
||||
led1642gw.o: led1642gw.h led1642gw_config.h
|
||||
timer.o: timer.h
|
||||
lcd.o: lcd.h timer.o
|
||||
rtc.o: rtc.h
|
||||
|
Reference in New Issue
Block a user