Don't include lcd_backlight_hal for emulator

daktil_thumb_popravljen
Fred Sundvik 2016-05-28 11:13:08 +03:00
parent 94519e387a
commit 4d7e4a4780
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ ifdef LCD_BACKLIGHT_ENABLE
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
ifndef EMULATOR
SRC += lcd_backlight_hal.c
else
SRC += lcd_backlight_hal_emulator.c
endif
UDEFS += -DLCD_BACKLIGHT_ENABLE
endif