From cc6005231efab0919f3b68cc8d744ea846138561 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 16 Oct 2017 19:35:41 -0400 Subject: [PATCH] Added usbdev warning. --- nx/include/switch/devices/usb_dev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/devices/usb_dev.h b/nx/include/switch/devices/usb_dev.h index bb51b244..1138be89 100644 --- a/nx/include/switch/devices/usb_dev.h +++ b/nx/include/switch/devices/usb_dev.h @@ -1,4 +1,5 @@ /// Switch-as-device<>host USB comms for serial, uses usbDs. Do not directly use usbDs when using this. +/// WARNING: This doesn't always work properly. /// usbDevInitialize will not return until the newline data transfer to the host finishes, aka when the host reads that data. Result usbDevInitialize(void);