Browse Source

Don't include lcd_backlight_hal for emulator

Fred Sundvik 9 năm trước cách đây
mục cha
commit
4d7e4a4780
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      visualizer.mk

+ 0 - 2
visualizer.mk

@@ -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