mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +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
|
@ -259,7 +259,7 @@ __inline static void _set_timer(_timer *ptimer,u32 delay_time)
|
|||
__inline static void _cancel_timer(_timer *ptimer,u8 *bcancelled)
|
||||
{
|
||||
del_timer_sync(ptimer);
|
||||
*bcancelled= true;//TRUE ==1; FALSE==0
|
||||
*bcancelled= true;//true ==1; false==0
|
||||
}
|
||||
|
||||
#define RTW_TIMER_HDL_ARGS void *FunctionContext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue