diff options
| author | Ha Thach <[email protected]> | 2020-03-18 00:36:28 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-18 00:36:28 +0700 |
| commit | 00eabbac3533b2b33020c477b9cc07af491fd626 (patch) | |
| tree | 0f5919395d326026fede20b53ba47ec77236dd69 /examples | |
| parent | e47f9921570c75afd3288407601897c5b283f043 (diff) | |
| parent | a93548cfe9094893e147db0115958612e1606aa7 (diff) | |
Merge pull request #302 from hathach/develop
follow up to #301
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_msc_freertos/src/freertos_hook.c | 1 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid/src/main.c | 1 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid/src/msc_app.c | 1 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/device/cdc_msc_freertos/src/freertos_hook.c b/examples/device/cdc_msc_freertos/src/freertos_hook.c index 474e808a9..423bad4d3 100644 --- a/examples/device/cdc_msc_freertos/src/freertos_hook.c +++ b/examples/device/cdc_msc_freertos/src/freertos_hook.c @@ -21,7 +21,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * - * This file is part of the TinyUSB stack. */ //--------------------------------------------------------------------+ diff --git a/examples/host/cdc_msc_hid/src/main.c b/examples/host/cdc_msc_hid/src/main.c index 8625bbcd0..0fbbd4534 100644 --- a/examples/host/cdc_msc_hid/src/main.c +++ b/examples/host/cdc_msc_hid/src/main.c @@ -21,7 +21,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * - * This file is part of the TinyUSB stack. */ #include <stdlib.h> diff --git a/examples/host/cdc_msc_hid/src/msc_app.c b/examples/host/cdc_msc_hid/src/msc_app.c index 3001a5f46..20ac88744 100644 --- a/examples/host/cdc_msc_hid/src/msc_app.c +++ b/examples/host/cdc_msc_hid/src/msc_app.c @@ -21,7 +21,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * - * This file is part of the TinyUSB stack. */ #include "tusb.h" diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index 7c1818109..aa259dafd 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -21,7 +21,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * - * This file is part of the TinyUSB stack. */ #ifndef _TUSB_CONFIG_H_ |
