]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/microchip-pickit2/protocol.h
korad-kaxxxxp: use ID text prefix with optional version for RND models
[libsigrok.git] / src / hardware / microchip-pickit2 / protocol.h
index fcb72c5fe4c5266cfeafc9e7358a6ba4284f59ab..500964730980b5b392bc0f01cec6f897a475c963 100644 (file)
@@ -49,7 +49,7 @@ struct dev_context {
        size_t curr_captureratio_idx;
        struct sr_sw_limits sw_limits;
        gboolean detached_kernel_driver;
-       int32_t triggers[PICKIT2_CHANNEL_COUNT];        /**!< see \ref SR_TRIGGER_ZERO et al */
+       int32_t triggers[PICKIT2_CHANNEL_COUNT];        /**@< see @ref SR_TRIGGER_ZERO et al */
        size_t trigpos;
        uint8_t samples_raw[PICKIT2_SAMPLE_RAWLEN];
        uint8_t samples_conv[PICKIT2_SAMPLE_COUNT];