From 916de6fb71a945cb5faccb4d9263f94a072875c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 25 Dec 2016 16:52:01 +0000 Subject: [PATCH] disable USB init --- sys/BaS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/BaS.c b/sys/BaS.c index 37a1c59..55101da 100644 --- a/sys/BaS.c +++ b/sys/BaS.c @@ -511,7 +511,7 @@ void BaS(void) video_init(); /* initialize USB devices */ - init_usb(); + // init_usb(); set_ipl(7); /* disable interrupts */