From ef37c94ddd1d70e75729acd7244ecf00c007e3fc Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 28 Nov 2018 17:36:31 -0500 Subject: [PATCH] Updated usb README regarding .h. --- usb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/README.md b/usb/README.md index eaeee35..4420138 100644 --- a/usb/README.md +++ b/usb/README.md @@ -1,3 +1,3 @@ # usb -See libnx usb_comms.h. If you want to use usbds directly, see libnx usb_comms.c source and usb.h. +See libnx usb_comms.h. If you want to use usbds directly, see libnx usb_comms.c source and usb.h/usbds.h.