diff options
Diffstat (limited to 'lcd.mk')
-rw-r--r-- | lcd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ LCDSRC = $(LCDLIB)/glcd.c \ $(LCDLIB)/graph.c \ $(LCDLIB)/gui.c \ $(LCDLIB)/console.c \ + $(LCDLIB)/fastMath.c \ $(LCD_DRIVERS_SRC) LCDINC = $(LCDLIB) \ |