From 75421c03f3effed767922ec6e12b62ac93149d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 15 Nov 2012 21:05:24 +0000 Subject: [PATCH] seems to hang in sdcard_idle. Commented that call again. --- BaS_GNU/sources/BaS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/BaS.c b/BaS_GNU/sources/BaS.c index 6d9effa..6d42ea2 100644 --- a/BaS_GNU/sources/BaS.c +++ b/BaS_GNU/sources/BaS.c @@ -114,7 +114,7 @@ void BaS(void) if (az_sectors > 0) { - sd_card_idle(); + //sd_card_idle(); } pic_init();