X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhameg-hmo%2Fprotocol.h;h=932e3ec3ee1c62d85d5d6633979db270ca3fcee4;hb=25f20faf0df4c2f124c4dea0786dc042fcd41ed3;hp=bdf70fc55ca3b6262162cb95f761e2436056c0f6;hpb=155b680da482cea2381becb73c51cfb838bff31e;p=libsigrok.git diff --git a/src/hardware/hameg-hmo/protocol.h b/src/hardware/hameg-hmo/protocol.h index bdf70fc5..932e3ec3 100644 --- a/src/hardware/hameg-hmo/protocol.h +++ b/src/hardware/hameg-hmo/protocol.h @@ -93,8 +93,8 @@ struct dev_context { void *model_config; void *model_state; - struct sr_channel_group *analog_groups; - struct sr_channel_group *digital_groups; + struct sr_channel_group **analog_groups; + struct sr_channel_group **digital_groups; GSList *enabled_channels; GSList *current_channel;