Added usbdev warning.

This commit is contained in:
yellows8 2017-10-16 19:35:41 -04:00
parent 68dbb72b04
commit cc6005231e

View File

@ -1,4 +1,5 @@
/// Switch-as-device<>host USB comms for serial, uses usbDs. Do not directly use usbDs when using this. /// 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. /// usbDevInitialize will not return until the newline data transfer to the host finishes, aka when the host reads that data.
Result usbDevInitialize(void); Result usbDevInitialize(void);