summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-28 17:07:31 +0700
committerhathach <[email protected]>2014-03-28 17:07:31 +0700
commit5d7195d67d272dcc651d8c88db37624ed2ccf7a6 (patch)
tree5440578fc3ee82026885d856c1162a37fdaf64db /tinyusb
parent1e1ec63cc54fbd6b3e5c1088392621a5fbc7f819 (diff)
test toc
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/doxygen/get_started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/doxygen/get_started.md b/tinyusb/doxygen/get_started.md
index 4cb782691..745919ace 100644
--- a/tinyusb/doxygen/get_started.md
+++ b/tinyusb/doxygen/get_started.md
@@ -5,7 +5,7 @@
**Table of Contents**
- [Download](#download)
-- [Import & Build](#import-&-build)
+- [Import and Build](#import-and-build)
- [Prerequisites](#prerequisites)
- [LPCXpresso](#lpcxpresso)
- [Keil](#keil)
@@ -31,7 +31,7 @@ tests | Unit tests for the stack
tinyusb | All sources files for tinyusb stack itself.
vendor | Source files from 3rd party such as freeRTOS, fatfs etc ...
-## Import & Build ##
+## Import and Build ##
*repo/demos* is the folder where all the application & project files are located. There are demos for both device and hosts. For each, there are different projects for each of supported RTOS.