Skip to content

Commit

Permalink
Use version 0x00 as CSUV
Browse files Browse the repository at this point in the history
Jalle19 committed Jun 27, 2024
1 parent 1fd4fd5 commit c10f8e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ca.c
Original file line number Diff line number Diff line change
@@ -979,6 +979,11 @@ static int data_initialize(ca_device_t *d) {
LOG("can not set host_id elements");
}

uint8_t csuv = 0x00;
if (!element_set(&d->private_data, 49, &csuv, 1)) {
LOG("can not set csuv elements");
}

return 1;
}
/* content_control commands */

0 comments on commit c10f8e9

Please sign in to comment.