Adjusted minimum wait time to allow RKLFMT to properly complete formatting an RK disk

This commit is contained in:
Mark Pizzolato 2013-03-14 12:53:21 -07:00
parent b31dc88d0d
commit b06505abab

View file

@ -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[];