aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/X/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-21 17:26:11 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-21 17:26:11 +1000
commit5b2d56148352ceaf4f3c1e7db302d6723b51b64a (patch)
tree0bd90b0bac098e75006001b6e0309192208d2e2f /drivers/multiple/X/readme.txt
parent2bef5da2f3a3a5c3f1e667d5f50c2f28f6d96baf (diff)
downloaduGFX-5b2d56148352ceaf4f3c1e7db302d6723b51b64a.tar.gz
uGFX-5b2d56148352ceaf4f3c1e7db302d6723b51b64a.tar.bz2
uGFX-5b2d56148352ceaf4f3c1e7db302d6723b51b64a.zip
Remove GDISP_THREAD_CHIBIOS. This is always used now.
Diffstat (limited to 'drivers/multiple/X/readme.txt')
-rw-r--r--drivers/multiple/X/readme.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/multiple/X/readme.txt b/drivers/multiple/X/readme.txt
index 9c54b143..fd2e3fc1 100644
--- a/drivers/multiple/X/readme.txt
+++ b/drivers/multiple/X/readme.txt
@@ -20,8 +20,3 @@ and a touchscreen driver.
3. Modify your makefile to add -lX11 to the DLIBS line. i.e.
DLIBS = -lX11
-
-3. If you changed your threading model to POSIX modify your makefile
- to add -pthread to the CC (or DDEFS) line. i.e.
- CC = $(TRGT)gcc -pthread
-