nrf5: Enable display/framebuffer.c and graphic/draw.c into the build.

This commit is contained in:
Glenn Ruben Bakke 2017-01-15 19:32:59 +01:00
parent 13161d0eac
commit 1bbbb9dcae

View File

@ -162,6 +162,8 @@ DRIVERS_SRC_C += $(addprefix drivers/,\
display/lcd_ili9341_driver.c \
display/oled_ssd1306_obj.c \
display/oled_ssd1306_driver.c \
display/framebuffer.c \
graphic/draw.c \
)
#ifeq ($(SD), )