Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.

This commit is contained in:
Dean Camera 2011-05-23 13:19:13 +00:00
parent b88e0a7b90
commit 24ea531fab
4 changed files with 21 additions and 16 deletions

View file

@ -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: */