fix(usb_hid): duplicated CONSUMER_CONTROL_PLAY_PAUSE · espressif/arduino-esp32@7abcee2 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 7abcee2

fix(usb_hid): duplicated CONSUMER_CONTROL_PLAY_PAUSE

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 0 additions & 1 deletion

Original file line number Diff line number Diff line change
@@ -37,7 +37,6 @@
37 37 #define CONSUMER_CONTROL_WIRELESS_RADIO_SLIDER_SWITCH 0x00C8
38 38
39 39 // Media Control
40 -#define CONSUMER_CONTROL_PLAY_PAUSE 0x00CD
41 40 #define CONSUMER_CONTROL_RECORD 0x00B2
42 41 #define CONSUMER_CONTROL_FAST_FORWARD 0x00B3
43 42 #define CONSUMER_CONTROL_REWIND 0x00B4