From 8a1dee1b2e9085a66b8cfb3037509442e52cbb4e Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 2 Dec 2012 00:36:44 +0700 Subject: add overview.md and license.md and tinyUSB overview.png --- tinyusb/host/hcd.c | 2 +- tinyusb/host/hcd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tinyusb/host') 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 -- cgit v1.3.1