Skip to content

Commit b514335

Browse files
committed
fixed typo usb descriptor
1 parent b12689d commit b514335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

klib/usb/usb/hid/descriptor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace klib::usb::hid {
1515
enum class class_type: uint8_t {
1616
hid = 0x21,
1717
report = 0x22,
18-
pyhisical = 0x23
18+
physical = 0x23
1919
};
2020

2121
/**

0 commit comments

Comments
 (0)