Correct delay time from 1us to 1ms

This commit is contained in:
David Gálvez
2018-12-14 11:26:24 +01:00
committed by Markus
parent 4799ba56b0
commit 025e8c9a28

View File

@@ -393,7 +393,7 @@ void ide_init(void)
/* IDE reset */ /* IDE reset */
* (volatile uint8_t *) (0xffff8802 - 2) = 14; * (volatile uint8_t *) (0xffff8802 - 2) = 14;
* (volatile uint8_t *) (0xffff8802 - 0) = 0x80; * (volatile uint8_t *) (0xffff8802 - 0) = 0x80;
wait(1); wait_ms(1);
* (volatile uint8_t *) (0xffff8802 - 0) = 0; * (volatile uint8_t *) (0xffff8802 - 0) = 0;