Build lcd_backlight_hal_emulator.c
When the emulator is set, instead of the lcd_backlight_hal.c file.daktil_thumb_popravljen
parent
4e89732617
commit
15300cb681
|
@ -34,6 +34,8 @@ ifdef LCD_BACKLIGHT_ENABLE
|
||||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||||
ifndef EMULATOR
|
ifndef EMULATOR
|
||||||
SRC += lcd_backlight_hal.c
|
SRC += lcd_backlight_hal.c
|
||||||
|
else
|
||||||
|
SRC += lcd_backlight_hal_emulator.c
|
||||||
endif
|
endif
|
||||||
UDEFS += -DLCD_BACKLIGHT_ENABLE
|
UDEFS += -DLCD_BACKLIGHT_ENABLE
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue