aboutsummaryrefslogtreecommitdiffstats
path: root/glcd
diff options
context:
space:
mode:
Diffstat (limited to 'glcd')
-rw-r--r--glcd/glcd.h1
-rw-r--r--glcd/glcd.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/glcd/glcd.h b/glcd/glcd.h
index d8dc9489..b16e1bb9 100644
--- a/glcd/glcd.h
+++ b/glcd/glcd.h
@@ -24,7 +24,6 @@
#include "ch.h"
#include "hal.h"
#include "fonts.h"
-#include "fastMath.h"
#if !defined(LCD_USE_FSMC) && !defined(LCD_USE_GPIO) && !defined(LCD_USE_SPI)
#include "glcdconf.h"
diff --git a/glcd/glcd.mk b/glcd/glcd.mk
index 47d2cf09..2b968472 100644
--- a/glcd/glcd.mk
+++ b/glcd/glcd.mk
@@ -1,6 +1,5 @@
LCD_GLCD_SRC = $(LCDLIB)/glcd/glcd.c \
$(LCDLIB)/glcd/fonts.c \
- $(LCDLIB)/glcd/fastMath.c \
$(LCDLIB)/glcd/console.c
LCD_GLCD_INC = $(LCDLIB)/glcd