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/device/dcd.c | 2 +- tinyusb/device/dcd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tinyusb/device') diff --git a/tinyusb/device/dcd.c b/tinyusb/device/dcd.c index 40a6044e3..eb0077214 100644 --- a/tinyusb/device/dcd.c +++ b/tinyusb/device/dcd.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 "dcd.h" diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index ffd89b0a9..2db802e70 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.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