diff options
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/hcd.c | 2 | ||||
| -rw-r--r-- | tinyusb/host/hcd.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c index aa8e0f691..4a510d678 100644 --- a/tinyusb/host/hcd.c +++ b/tinyusb/host/hcd.c @@ -32,7 +32,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * This file is part of the tiny usb stack. + * This file is part of the tinyUSB stack. */ #include "hcd.h" diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index e118d9e24..8ab648450 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -32,7 +32,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * This file is part of the tiny usb stack. + * This file is part of the tinyUSB stack. */ /** \file |
