summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/PLUGIN_API4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index 0498c0f2f3..a81bfed875 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -417,7 +417,7 @@ Kernel
417 time". This function is the entire foundation that our "cooperative 417 time". This function is the entire foundation that our "cooperative
418 multitasking" is based on. Use it. 418 multitasking" is based on. Use it.
419 419
420 void usb_screen(void); 420 void gui_usb_screen_run(void);
421 421
422 Show the usb connection screen. 422 Show the usb connection screen.
423 423
@@ -427,7 +427,7 @@ Kernel
427 427
428 int default_event_handler(int event); 428 int default_event_handler(int event);
429 429
430 If event == SYS_USB_CONNECTED, call usb_screen and return 430 If event == SYS_USB_CONNECTED, call gui_usb_screen_run and return
431 SYS_USB_CONNECTED. Else do nothing and return 0. 431 SYS_USB_CONNECTED. Else do nothing and return 0.
432 432
433 int create_thread(void* function, void* stack, int stack_size, 433 int create_thread(void* function, void* stack, int stack_size,