diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 15:10:44 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 15:10:44 -0600 |
commit | f24523d46c4da32870e3368f4e0caecafb19090f (patch) | |
tree | 09448e33d8c9d7a309bf9757c2b8e0ee73c5e144 /main.c | |
parent | 4469398272d78adb81968178276180f16cc8e647 (diff) |
tidy, comments
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |