aboutsummaryrefslogtreecommitdiff
path: root/Projects/MediaController/MediaController.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-05-23 13:19:13 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-05-23 13:19:13 +0000
commit38e24abcd2ed267a4baf7d3feb1ca366769df48d (patch)
tree53ec43032878d1cf7c051277a1ff101f5d31c721 /Projects/MediaController/MediaController.h
parentc2713512525917be0f90e880252fd7486a749903 (diff)
Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1762 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/MediaController/MediaController.h')
-rw-r--r--Projects/MediaController/MediaController.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Projects/MediaController/MediaController.h b/Projects/MediaController/MediaController.h
index fd4c5576..71281e90 100644
--- a/Projects/MediaController/MediaController.h
+++ b/Projects/MediaController/MediaController.h
@@ -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: */