X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b88e0a7b90671a6b96196acc04fb811035663f22..24ea531fabb6d9f2445c4b3c28214db97b10b15c:/Projects/MediaController/MediaController.h 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: */