diff options
Diffstat (limited to 'docs/PLUGIN_API')
| -rw-r--r-- | docs/PLUGIN_API | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index 0498c0f..a81bfed 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -417,7 +417,7 @@ Kernel time". This function is the entire foundation that our "cooperative multitasking" is based on. Use it. - void usb_screen(void); + void gui_usb_screen_run(void); Show the usb connection screen. @@ -427,7 +427,7 @@ Kernel int default_event_handler(int event); - If event == SYS_USB_CONNECTED, call usb_screen and return + If event == SYS_USB_CONNECTED, call gui_usb_screen_run and return SYS_USB_CONNECTED. Else do nothing and return 0. int create_thread(void* function, void* stack, int stack_size, |