X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b88e0a7b90671a6b96196acc04fb811035663f22..6e7fc21a94f29e09b4bdce7c17cade5b1322bc7d:/Projects/MediaController/MediaController.h?ds=sidebyside diff --git a/Projects/MediaController/MediaController.h b/Projects/MediaController/MediaController.h index fd4c55761..71281e905 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: */