Adjusted minimum wait time to allow RKLFMT to properly complete formatting an RK disk
This commit is contained in:
parent
b31dc88d0d
commit
b06505abab
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
||||||
((rk_cmd & RKC_IE) != 0)) \
|
((rk_cmd & RKC_IE) != 0)) \
|
||||||
int_req = int_req | INT_RK; \
|
int_req = int_req | INT_RK; \
|
||||||
else int_req = int_req & ~INT_RK
|
else int_req = int_req & ~INT_RK
|
||||||
#define RK_MIN 10
|
#define RK_MIN 45
|
||||||
#define MAX(x,y) (((x) > (y))? (x): (y))
|
#define MAX(x,y) (((x) > (y))? (x): (y))
|
||||||
|
|
||||||
extern uint16 M[];
|
extern uint16 M[];
|
||||||
|
|
Loading…
Add table
Reference in a new issue