diff options
author | Tectu <joel@unormal.org> | 2012-08-05 02:38:33 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-05 02:38:33 +0200 |
commit | 856abc84360ebce762086c1313609841c63ee697 (patch) | |
tree | 109854b2f7dfb182d716a95cd7cdda8db955415e | |
parent | 081215a1a76c25940590e60778a3d5db6bce78f6 (diff) | |
download | uGFX-856abc84360ebce762086c1313609841c63ee697.tar.gz uGFX-856abc84360ebce762086c1313609841c63ee697.tar.bz2 uGFX-856abc84360ebce762086c1313609841c63ee697.zip |
fix
-rw-r--r-- | glcd/glcd.h | 1 | ||||
-rw-r--r-- | glcd/glcd.mk | 1 |
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 |