summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-18 15:10:44 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-18 15:10:44 -0600
commitf24523d46c4da32870e3368f4e0caecafb19090f (patch)
tree09448e33d8c9d7a309bf9757c2b8e0ee73c5e144 /main.c
parent4469398272d78adb81968178276180f16cc8e647 (diff)
tidy, comments
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);