enlarge ITE8181_LCD_ON_SELF_DELAY.
This commit is contained in:
parent
720875ffea
commit
a15e59c0eb
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ite8181.c,v 1.2 2000/10/23 09:03:31 sato Exp $ */
|
||||
/* $NetBSD: ite8181.c,v 1.3 2000/10/27 08:09:15 sato Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 SATO Kazumi
|
||||
|
@ -87,7 +87,7 @@ int ite8181_lcd_control_disable = 0;
|
|||
* Currently delay is not enough ??? FIXME
|
||||
*/
|
||||
#ifndef ITE8181_LCD_ON_SELF_DELAY
|
||||
#define ITE8181_LCD_ON_SELF_DELAY 10
|
||||
#define ITE8181_LCD_ON_SELF_DELAY 1000
|
||||
#endif /* ITE8181_LCD_ON__SELF_DELAY */
|
||||
#ifndef ITE8181_LCD_ON_DELAY
|
||||
#define ITE8181_LCD_ON_DELAY 2000
|
||||
|
|
Loading…
Reference in New Issue