diff options
Diffstat (limited to 'board/bf533-stamp/video.h')
| -rw-r--r-- | board/bf533-stamp/video.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/board/bf533-stamp/video.h b/board/bf533-stamp/video.h index 80837e232..949c3d8f3 100644 --- a/board/bf533-stamp/video.h +++ b/board/bf533-stamp/video.h @@ -9,9 +9,6 @@  #define YELLOW  (0xD292D210)	/* yellow pixel pattern  */  #define WHITE   (0xFE80FE80)	/* white pixel pattern   */ -#define true	1 -#define false	0 -  typedef struct {  	unsigned int sav;  	unsigned int eav; |