mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8199eu: Replace TRUE and FALSE with true and false
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
0b5c6eb35b
commit
dd62caa1e1
25 changed files with 243 additions and 243 deletions
|
@ -68,8 +68,8 @@ typedef void * RT_TIMER_CALL_BACK;
|
|||
|
||||
|
||||
|
||||
#define TRUE true
|
||||
#define FALSE false
|
||||
#define true true
|
||||
#define false false
|
||||
|
||||
|
||||
#define SET_TX_DESC_ANTSEL_A_88E(__pTxDesc, __Value) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue