Skip to content

Commit 114f594

Browse files
committed
file text clean up
1 parent 76f38fe commit 114f594

File tree

6 files changed

+11
-35
lines changed

6 files changed

+11
-35
lines changed

examples/hid_composite/hid_composite.ino

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/*
2-
* The MIT License (MIT)
3-
*
4-
* Copyright (c) 2019 Ha Thach for Adafruit Industries
5-
*
6-
*/
1+
// The MIT License (MIT)
2+
// Copyright (c) 2019 Ha Thach for Adafruit Industries
73

84
#include "Adafruit_TinyUSB.h"
95

examples/hid_generic_inout/hid_generic_inout.ino

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
/*
2-
* The MIT License (MIT)
3-
*
1+
/* The MIT License (MIT)
42
* Copyright (c) 2019 Ha Thach for Adafruit Industries
5-
*
63
*/
74

85
/* This example demonstrate HID Generic raw Input & Output.

examples/msc_ramdisk/msc_ramdisk.ino

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/*
2-
* The MIT License (MIT)
3-
*
4-
* Copyright (c) 2019 Ha Thach for Adafruit Industries
5-
*
6-
*/
1+
// The MIT License (MIT)
2+
// Copyright (c) 2019 Ha Thach for Adafruit Industries
73

84
#include "Adafruit_TinyUSB.h"
95

examples/msc_ramdisk_dual/msc_ramdisk_dual.ino

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/*
2-
* The MIT License (MIT)
3-
*
4-
* Copyright (c) 2019 Ha Thach for Adafruit Industries
5-
*
6-
*/
1+
// The MIT License (MIT)
2+
// Copyright (c) 2019 Ha Thach for Adafruit Industries
73

84
#include "Adafruit_TinyUSB.h"
95

examples/msc_sdcard/msc_sdcard.ino

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/*
2-
* The MIT License (MIT)
3-
*
4-
* Copyright (c) 2019 Ha Thach for Adafruit Industries
5-
*
6-
*/
1+
// The MIT License (MIT)
2+
// Copyright (c) 2019 Ha Thach for Adafruit Industries
73

84
#include "Adafruit_TinyUSB.h"
95
#include "SD.h"

examples/msc_spiflash/msc_spiflash.ino

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/*
2-
* The MIT License (MIT)
3-
*
4-
* Copyright (c) 2019 Ha Thach for Adafruit Industries
5-
*
6-
*/
1+
// The MIT License (MIT)
2+
// Copyright (c) 2019 Ha Thach for Adafruit Industries
73

84
#include "Adafruit_TinyUSB.h"
95
#include "Adafruit_SPIFlash.h"
@@ -16,7 +12,6 @@
1612
// sure to change the fatfs
1713
// object type below to match.
1814

19-
2015
#if defined(__SAMD51__)
2116
// Alternatively you can define and use non-SPI pins, QSPI isnt on a sercom
2217
Adafruit_SPIFlash flash(PIN_QSPI_SCK, PIN_QSPI_IO1, PIN_QSPI_IO0, PIN_QSPI_CS);

0 commit comments

Comments
 (0)