Skip to content

Commit

Permalink
internal doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jun 3, 2024
1 parent aaeef15 commit 0ee73d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bluepad32/parser/uni_hid_parser_ds5.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define DS5_FEATURE_VERSION(major, minor) ((major & 0xff) << 8 | (minor & 0xff))

// Edge has different features and non-edge
// Edge has different features than non-edge
#define DS5_PID 0x0ce6
#define DS5_EDGE_PID 0x0df2

Expand Down

0 comments on commit 0ee73d9

Please sign in to comment.