From 025e8c9a28b52c764b5a11a581964bd4048b21ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=A1lvez?= Date: Fri, 14 Dec 2018 11:26:24 +0100 Subject: [PATCH] Correct delay time from 1us to 1ms --- sys/BaS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/BaS.c b/sys/BaS.c index 21999bd..1626b9e 100644 --- a/sys/BaS.c +++ b/sys/BaS.c @@ -393,7 +393,7 @@ void ide_init(void) /* IDE reset */ * (volatile uint8_t *) (0xffff8802 - 2) = 14; * (volatile uint8_t *) (0xffff8802 - 0) = 0x80; - wait(1); + wait_ms(1); * (volatile uint8_t *) (0xffff8802 - 0) = 0;