diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-07-13 03:25:44 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-07-13 03:25:44 +0000 |
commit | a9ed07b8c5b516224e328305eb0f1290f8327ad0 (patch) | |
tree | 80b1c69b87ecd1a36feae2114be4ad62969e5b63 /drv_ula200.c | |
parent | 6826450c8312ab13b52f13728dd4f6433e8f79fb (diff) | |
download | lcd4linux-a9ed07b8c5b516224e328305eb0f1290f8327ad0.tar.gz |
support for Sure Electronics's 1602 LCD Display Board with USB from Mikhail
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1126 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_ula200.c')
-rw-r--r-- | drv_ula200.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drv_ula200.c b/drv_ula200.c index 345f571..d34c8e0 100644 --- a/drv_ula200.c +++ b/drv_ula200.c @@ -124,10 +124,10 @@ static struct ftdi_context *Ftdi = NULL; /* define TRUE and FALSE for better code readability if not already defined */ #ifndef TRUE -# define TRUE 1 +#define TRUE 1 #endif #ifndef FALSE -# define FALSE 0 +#define FALSE 0 #endif |