Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.
This commit is contained in:
parent
b88e0a7b90
commit
24ea531fab
4 changed files with 21 additions and 16 deletions
|
@ -74,7 +74,6 @@
|
|||
{
|
||||
unsigned Play : 1;
|
||||
unsigned Pause : 1;
|
||||
unsigned Record : 1;
|
||||
unsigned FForward : 1;
|
||||
unsigned Rewind : 1;
|
||||
unsigned NextTrack : 1;
|
||||
|
@ -84,7 +83,7 @@
|
|||
unsigned Mute : 1;
|
||||
unsigned VolumeUp : 1;
|
||||
unsigned VolumeDown : 1;
|
||||
unsigned PADDING : 4;
|
||||
unsigned RESERVED : 5;
|
||||
} ATTR_PACKED USB_MediaReport_Data_t;
|
||||
|
||||
/* Function Prototypes: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue