Changeset 410 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Apr 26, 2012, 1:46:54 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/DeviceIDE.inc
r400 r410 34 34 TIMEOUT_DRDY EQU TIMEOUT_MOTOR_STARTUP 35 35 %else 36 TIMEOUT_BSY EQU (2 000/55) ; 2000 ms37 TIMEOUT_DRDY EQU (2 000/55) ; 2000 ms36 TIMEOUT_BSY EQU (2500/55) ; 2500 ms 37 TIMEOUT_DRDY EQU (2500/55) ; 2500 ms 38 38 %endif 39 39
Note:
See TracChangeset
for help on using the changeset viewer.