From 5d7195d67d272dcc651d8c88db37624ed2ccf7a6 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 28 Mar 2014 17:07:31 +0700 Subject: [PATCH] test toc --- tinyusb/doxygen/get_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinyusb/doxygen/get_started.md b/tinyusb/doxygen/get_started.md index 4cb78269..745919ac 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.