fix(usb_hid): duplicated CONSUMER_CONTROL_PLAY_PAUSE · espressif/arduino-esp32@7abcee2 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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 |