File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -339,13 +339,14 @@ namespace Exchange {
339339 ID_FIRMWARE_DOWNLOAD = ID_ENTOS_OFFSET + 0x460 ,
340340 ID_FIRMWARE_DOWNLOAD_NOTIFICATION = ID_FIRMWARE_DOWNLOAD + 1 ,
341341
342- ID_LINEAR_PLAYBACK_CONTROL = ID_ENTOS_OFFSET + 0x470 ,
343- ID_LINEAR_PLAYBACK_CONTROL_NOTIFICATION = ID_LINEAR_PLAYBACK_CONTROL + 1
344342 ID_GOOGLE_CAST = ID_ENTOS_OFFSET + 0x470 ,
345343 ID_GOOGLE_CAST_NOTIFICATION = ID_GOOGLE_CAST + 1 ,
346344 ID_GOOGLE_CAST_RM_DELEGATE = ID_GOOGLE_CAST + 2 ,
347345 ID_GOOGLE_CAST_RM_DELEGATE_NOTIFICATION = ID_GOOGLE_CAST + 3 ,
348346
347+ ID_LINEAR_PLAYBACK_CONTROL = ID_ENTOS_OFFSET + 0x480 ,
348+ ID_LINEAR_PLAYBACK_CONTROL_NOTIFICATION = ID_LINEAR_PLAYBACK_CONTROL + 1 ,
349+
349350 }; // enum IDS
350351
351352} // namespace Exchange
You can’t perform that action at this time.
0 commit comments