Explorar el Código

Compile the user visualizer

Fred Sundvik hace 9 años
padre
commit
209167d4d6
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      visualizer.mk

+ 5 - 0
visualizer.mk

@@ -33,3 +33,8 @@ SRC += $(VISUALIZER_DIR)/lcd_backlight.c
 SRC += lcd_backlight_hal.c
 OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
 endif
+
+ifndef VISUALIZER_USER
+VISUALIZER_USER = visualizer_user.c
+endif
+SRC += $(VISUALIZER_USER)