Skip to content

Commit

Permalink
feat(esp-usb): Applied codespell on all files without exception
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Feb 5, 2024
1 parent 4ceeea4 commit 715c331
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
types_or: [c, c++]
args: [-w, "--ignore-words=codespell-ignore-list"]

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion host/class/hid/usb_host_hid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The following steps outline the typical API call pattern of the HID Class Driver
## Supported Devices

- HID Driver support any HID compatible device with a USB bIterfaceClass 0x03 (Human Interface Device).
- There are two options to handle HID device input data: either in RAW format or via special event handlers (which are available only for HID Devices which supprot Boot Protocol).
- There are two options to handle HID device input data: either in RAW format or via special event handlers (which are available only for HID Devices which support Boot Protocol).
2 changes: 1 addition & 1 deletion test_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ is connected to the USB host.

## MSC driver

Basic functionality such as MSC device install/uninstall, file operatons,
Basic functionality such as MSC device install/uninstall, file operations,
raw access to MSC device and sudden disconnect is tested.

### Hardware Required
Expand Down

0 comments on commit 715c331

Please sign in to comment.