mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-12-01 01:27:18 +01:00
Fix const warning in aciodrv-icca
This commit is contained in:
parent
2a03690772
commit
deb6e5cf77
@ -141,7 +141,7 @@ bool aciodrv_icca_is_slotted(
|
|||||||
struct aciodrv_device_ctx *device,
|
struct aciodrv_device_ctx *device,
|
||||||
uint8_t node_id)
|
uint8_t node_id)
|
||||||
{
|
{
|
||||||
struct aciodrv_device_node_version *version;
|
const struct aciodrv_device_node_version *version;
|
||||||
version = aciodrv_device_get_node_product_version(device, node_id);
|
version = aciodrv_device_get_node_product_version(device, node_id);
|
||||||
|
|
||||||
// current heuristic is to check if version >= 1.5
|
// current heuristic is to check if version >= 1.5
|
||||||
|
Loading…
Reference in New Issue
Block a user