summaryrefslogtreecommitdiff
path: root/tinyusb/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-12-02 00:36:44 +0700
committerhathach <[email protected]>2012-12-02 00:36:44 +0700
commit8a1dee1b2e9085a66b8cfb3037509442e52cbb4e (patch)
tree76d3697b5a326b8b030a8727246d7be6858b537e /tinyusb/class
parent879fb21f99020bfb13a300e6e61089c7d0aa4619 (diff)
add overview.md and license.md and tinyUSB overview.png
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/cdc.c2
-rw-r--r--tinyusb/class/cdc.h2
-rw-r--r--tinyusb/class/hid.c2
-rw-r--r--tinyusb/class/hid.h2
4 files changed, 4 insertions, 4 deletions
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