gdispXXXXX driver template fix
This commit is contained in:
parent
d8a0e7fe78
commit
e78626a8bb
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# List the required driver.
|
||||
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispYOURDEVICE/gdisp_lld.c
|
||||
LCDSRC += $(LCDLIB)/drivers/gdisp/gdispYOURDEVICE/gdisp_lld.c
|
||||
|
||||
# Required include directories
|
||||
HALINC += ${CHIBIOS}/os/halext/drivers/gdispYOURDEVICE
|
||||
LCDINC += $(LCDLIB)/drivers/gdisp/gdispYOURDEVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue