aboutsummaryrefslogtreecommitdiffstats
path: root/halext
diff options
context:
space:
mode:
Diffstat (limited to 'halext')
-rw-r--r--halext/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/halext/readme.txt b/halext/readme.txt
index cfd4da2d..98987d39 100644
--- a/halext/readme.txt
+++ b/halext/readme.txt
@@ -4,7 +4,7 @@ To include any of these functions/drivers in your project...
2/ In your project Makefile (amongst similiar lines but after the hal line) add the line...
include $(CHIBIOS)/os/halext/halext.mk
3/ In your project Makefile add the makefiles for any specific drivers you want e.g
- include $(CHIBIOS)/os/halext/drivers/gdispNokia6610/gdisp.mk
+ include $(CHIBIOS)/os/halext/drivers/gdispNokia6610/gdisp_lld.mk
4/ In your project halconf.h turn on the support you want eg.
/**
* @brief Enables the GDISP subsystem.