1
0
Fork 0

Delete lcd_backlight_hal.c

The functionality can now be found in the infinity_erogodox.c file
instead.
This commit is contained in:
Fred Sundvik 2016-07-07 14:29:53 +03:00
parent bcbd8f1c50
commit aaac254ebc
3 changed files with 65 additions and 87 deletions

View file

@ -34,9 +34,6 @@ endif
ifdef LCD_BACKLIGHT_ENABLE
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
ifndef EMULATOR
SRC += lcd_backlight_hal.c
endif
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
endif