Explorar o código

Build lcd_backlight_hal_emulator.c

When the emulator is set, instead of the lcd_backlight_hal.c file.
Fred Sundvik %!s(int64=9) %!d(string=hai) anos
pai
achega
15300cb681
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      visualizer.mk

+ 2 - 0
visualizer.mk

@@ -34,6 +34,8 @@ 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