Quellcode durchsuchen

docs: fix simple typo, capbilities -> capabilities

There is a small typo in teensy3/usb_desc.c, teensy4/usb_desc.c.

Should read `capabilities` rather than `capbilities`.
teensy4-core
Tim Gates vor 4 Jahren
Ursprung
Commit
0c4383aadb
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      teensy3/usb_desc.c
  2. +1
    -1
      teensy4/usb_desc.c

+ 1
- 1
teensy3/usb_desc.c Datei anzeigen

// ************************************************************** // **************************************************************


// USB Configuration Descriptor. This huge descriptor tells all // USB Configuration Descriptor. This huge descriptor tells all
// of the devices capbilities.
// of the devices capabilities.
static uint8_t config_descriptor[CONFIG_DESC_SIZE] = { static uint8_t config_descriptor[CONFIG_DESC_SIZE] = {
// configuration descriptor, USB spec 9.6.3, page 264-266, Table 9-10 // configuration descriptor, USB spec 9.6.3, page 264-266, Table 9-10
9, // bLength; 9, // bLength;

+ 1
- 1
teensy4/usb_desc.c Datei anzeigen

// ************************************************************** // **************************************************************


// USB Configuration Descriptor. This huge descriptor tells all // USB Configuration Descriptor. This huge descriptor tells all
// of the devices capbilities.
// of the devices capabilities.


PROGMEM const uint8_t usb_config_descriptor_480[CONFIG_DESC_SIZE] = { PROGMEM const uint8_t usb_config_descriptor_480[CONFIG_DESC_SIZE] = {
// configuration descriptor, USB spec 9.6.3, page 264-266, Table 9-10 // configuration descriptor, USB spec 9.6.3, page 264-266, Table 9-10

Laden…
Abbrechen
Speichern