Просмотр исходного кода

Merge pull request #523 from timgates42/bugfix_typo_capabilities

docs: fix simple typo, capbilities -> capabilities
main
Paul Stoffregen 4 лет назад
Родитель
Сommit
a0f8e1107a
Аккаунт пользователя с таким Email не найден
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      teensy3/usb_desc.c
  2. +1
    -1
      teensy4/usb_desc.c

+ 1
- 1
teensy3/usb_desc.c Просмотреть файл

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


// 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 Просмотреть файл

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


// 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

Загрузка…
Отмена
Сохранить