From 7abcee22c296f01fe89b0f7297149c0e951d7c66 Mon Sep 17 00:00:00 2001 From: Sugar Glider Date: Sat, 12 Apr 2025 22:21:18 -0300 Subject: [PATCH] fix(usb_hid): duplicated CONSUMER_CONTROL_PLAY_PAUSE --- libraries/USB/src/USBHIDConsumerControl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/USB/src/USBHIDConsumerControl.h b/libraries/USB/src/USBHIDConsumerControl.h index a5458df288e..7a59c70b6b1 100644 --- a/libraries/USB/src/USBHIDConsumerControl.h +++ b/libraries/USB/src/USBHIDConsumerControl.h @@ -37,7 +37,6 @@ #define CONSUMER_CONTROL_WIRELESS_RADIO_SLIDER_SWITCH 0x00C8 // Media Control -#define CONSUMER_CONTROL_PLAY_PAUSE 0x00CD #define CONSUMER_CONTROL_RECORD 0x00B2 #define CONSUMER_CONTROL_FAST_FORWARD 0x00B3 #define CONSUMER_CONTROL_REWIND 0x00B4