summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 098c3fd..1b1558e 100644
--- a/main.c
+++ b/main.c
@@ -36,7 +36,6 @@ int main() {
usb_common_earlyinit();
usb_keyboard_init();
usb_common_lateinit();
- coroutine_init();
/* set up coroutines */
coroutine_add(usb_common_cr, NULL);