diff options
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/cdc.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tinyusb/class/cdc.c b/tinyusb/class/cdc.c index 539981348..d62b7aa7d 100644 --- a/tinyusb/class/cdc.c +++ b/tinyusb/class/cdc.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 "cdc.h" diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h index 25a666f78..668e2bf2d 100644 --- a/tinyusb/class/cdc.h +++ b/tinyusb/class/cdc.h @@ -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. */ /** \file diff --git a/tinyusb/class/hid.c b/tinyusb/class/hid.c index 4058ea5db..579860b9e 100644 --- a/tinyusb/class/hid.c +++ b/tinyusb/class/hid.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 "hid.h" diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h index 306e122c8..bde715b87 100644 --- a/tinyusb/class/hid.h +++ b/tinyusb/class/hid.h @@ -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. */ /** \file |
