From 5b2d56148352ceaf4f3c1e7db302d6723b51b64a Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 21 Jul 2013 17:26:11 +1000 Subject: Remove GDISP_THREAD_CHIBIOS. This is always used now. --- drivers/multiple/X/readme.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/multiple/X/readme.txt') 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 - -- cgit v1.2.3