diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-07-24 13:55:25 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-07-24 13:55:25 +1000 |
commit | 00b6ab3986b917844bb83a8f2b5378d774f280f2 (patch) | |
tree | 6682c3306fc9cc7ae9750aa87c244e38c4471e4c /drivers/multiple | |
parent | 772b4f79d55fc4b8aa0428f94714f8121db49019 (diff) | |
download | uGFX-00b6ab3986b917844bb83a8f2b5378d774f280f2.tar.gz uGFX-00b6ab3986b917844bb83a8f2b5378d774f280f2.tar.bz2 uGFX-00b6ab3986b917844bb83a8f2b5378d774f280f2.zip |
Remove unneeded comment about threading (no longer applies)
Diffstat (limited to 'drivers/multiple')
-rw-r--r-- | drivers/multiple/X/readme.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/multiple/X/readme.txt b/drivers/multiple/X/readme.txt index 908fea31..b26dce5d 100644 --- a/drivers/multiple/X/readme.txt +++ b/drivers/multiple/X/readme.txt @@ -11,8 +11,6 @@ and a touchscreen driver. d) Optionally the following (with appropriate values): #define GDISP_SCREEN_WIDTH 640 #define GDISP_SCREEN_HEIGHT 480 - e) Optionally change the threading model to LINUX (instead of ChibiOS) - #define GDISP_THREAD_CHIBIOS FALSE 2. To your makefile add the following lines: include $(GFXLIB)/gfx.mk |