Skip to content

Commit 2e5fb95

Browse files
authored
fix typo
1 parent 7569701 commit 2e5fb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Following core has TinyUSB as either the primary usb stack or selectable via men
3737
- [earlephilhower/arduino-pico](https://github.com/earlephilhower/arduino-pico)
3838
- [espressif/arduino-esp32](https://github.com/espressif/arduino-esp32)
3939

40-
Note: For ESP32 port, verion before v3.0 requires all descriptors must be specified in usb objects declaration i.e constructors. Therefore all descriptor-related fields must be part of object declaration and descriptor-related API have no effect afterwards for this port. This limitation is not the case for version from v3.0
40+
Note: For ESP32 port, version before v3.0 requires all descriptors must be specified in usb objects declaration i.e constructors. Therefore all descriptor-related fields must be part of object declaration and descriptor-related API have no effect afterwards. This limitation is not the case for version from v3.0.
4141

4242
### Cores without built-in support
4343

0 commit comments

Comments
 (0)