diff options
| -rw-r--r-- | visualizer.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/visualizer.mk b/visualizer.mk index ff4b61f08..e6e0d63d0 100644 --- a/visualizer.mk +++ b/visualizer.mk | |||
| @@ -33,3 +33,8 @@ SRC += $(VISUALIZER_DIR)/lcd_backlight.c | |||
| 33 | SRC += lcd_backlight_hal.c | 33 | SRC += lcd_backlight_hal.c |
| 34 | OPT_DEFS += -DLCD_BACKLIGHT_ENABLE | 34 | OPT_DEFS += -DLCD_BACKLIGHT_ENABLE |
| 35 | endif | 35 | endif |
| 36 | |||
| 37 | ifndef VISUALIZER_USER | ||
| 38 | VISUALIZER_USER = visualizer_user.c | ||
| 39 | endif | ||
| 40 | SRC += $(VISUALIZER_USER) \ No newline at end of file | ||
