summaryrefslogtreecommitdiff
path: root/demos
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 /demos
parent879fb21f99020bfb13a300e6e61089c7d0aa4619 (diff)
add overview.md and license.md and tinyUSB overview.png
Diffstat (limited to 'demos')
-rw-r--r--demos/device/keyboard/descriptors.c2
-rw-r--r--demos/device/keyboard/descriptors.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/device/keyboard/descriptors.c b/demos/device/keyboard/descriptors.c
index 7c342f278..54c5ed9e1 100644
--- a/demos/device/keyboard/descriptors.c
+++ b/demos/device/keyboard/descriptors.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 "descriptors.h"
diff --git a/demos/device/keyboard/descriptors.h b/demos/device/keyboard/descriptors.h
index 61278f22b..277806439 100644
--- a/demos/device/keyboard/descriptors.h
+++ b/demos/device/keyboard/descriptors.h
@@ -27,7 +27,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
*/
#ifndef _DESCRIPTORS_H_