fix
This commit is contained in:
parent
081215a1a7
commit
856abc8436
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "fonts.h"
|
#include "fonts.h"
|
||||||
#include "fastMath.h"
|
|
||||||
|
|
||||||
#if !defined(LCD_USE_FSMC) && !defined(LCD_USE_GPIO) && !defined(LCD_USE_SPI)
|
#if !defined(LCD_USE_FSMC) && !defined(LCD_USE_GPIO) && !defined(LCD_USE_SPI)
|
||||||
#include "glcdconf.h"
|
#include "glcdconf.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
LCD_GLCD_SRC = $(LCDLIB)/glcd/glcd.c \
|
LCD_GLCD_SRC = $(LCDLIB)/glcd/glcd.c \
|
||||||
$(LCDLIB)/glcd/fonts.c \
|
$(LCDLIB)/glcd/fonts.c \
|
||||||
$(LCDLIB)/glcd/fastMath.c \
|
|
||||||
$(LCDLIB)/glcd/console.c
|
$(LCDLIB)/glcd/console.c
|
||||||
|
|
||||||
LCD_GLCD_INC = $(LCDLIB)/glcd
|
LCD_GLCD_INC = $(LCDLIB)/glcd
|
||||||
|
|
Loading…
Add table
Reference in a new issue