X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fkorad-kaxxxxp%2Fprotocol.h;h=c7b393c94ec60fdd9e8e1fc268965372cd50248b;hb=ecd4600bb15fc16d842936c452d4e7d5fb8e12f5;hp=a0cbdca69cffca26bbcfdf1f7f533609ac79c7f5;hpb=1c88133c8eb16b64fa5f859d902e1e4344b3a005;p=libsigrok.git diff --git a/src/hardware/korad-kaxxxxp/protocol.h b/src/hardware/korad-kaxxxxp/protocol.h index a0cbdca6..c7b393c9 100644 --- a/src/hardware/korad-kaxxxxp/protocol.h +++ b/src/hardware/korad-kaxxxxp/protocol.h @@ -65,8 +65,8 @@ struct korad_kaxxxxp_model { const char *name; /**< Model name */ const char *id; /**< Model ID, as delivered by interface */ int channels; /**< Number of channels */ - double voltage[3]; /**< Min, max, step */ - double current[3]; /**< Min, max, step */ + const double *voltage; /**< References: Min, max, step */ + const double *current; /**< References: Min, max, step */ }; /* Reply targets */