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/class/cdc.c | 2 +- tinyusb/class/cdc.h | 2 +- tinyusb/class/hid.c | 2 +- tinyusb/class/hid.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tinyusb/class') diff --git a/tinyusb/class/cdc.c b/tinyusb/class/cdc.c index 539981348..d62b7aa7d 100644 --- a/tinyusb/class/cdc.c +++ b/tinyusb/class/cdc.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 "cdc.h" diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h index 25a666f78..668e2bf2d 100644 --- a/tinyusb/class/cdc.h +++ b/tinyusb/class/cdc.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 diff --git a/tinyusb/class/hid.c b/tinyusb/class/hid.c index 4058ea5db..579860b9e 100644 --- a/tinyusb/class/hid.c +++ b/tinyusb/class/hid.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 "hid.h" diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h index 306e122c8..bde715b87 100644 --- a/tinyusb/class/hid.h +++ b/tinyusb/class/hid.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