diff options
author | Tectu <joel@unormal.org> | 2012-08-02 01:33:10 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-02 01:33:10 +0200 |
commit | 42f7e30591277b10c97f3e8703ba8570c6cd7bfa (patch) | |
tree | bc2d8d46df491a71c543198511b1a72fe923bd97 /halext | |
parent | ae58585c66513bc1890d32a7464f5f6c97dbdf45 (diff) | |
download | uGFX-42f7e30591277b10c97f3e8703ba8570c6cd7bfa.tar.gz uGFX-42f7e30591277b10c97f3e8703ba8570c6cd7bfa.tar.bz2 uGFX-42f7e30591277b10c97f3e8703ba8570c6cd7bfa.zip |
halext readme fix
Diffstat (limited to 'halext')
-rw-r--r-- | halext/readme.txt | 2 |
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.
|