Explorar el Código

Don't include lcd_backlight_hal for emulator

Fred Sundvik hace 9 años
padre
commit
4d7e4a4780
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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