]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/korad-kdxxxxp/protocol.h
korad-kdxxxxp: Minor cosmetics and consistency changes.
[libsigrok.git] / src / hardware / korad-kdxxxxp / protocol.h
index c292dab5cc221d0f56a292cd78894c972842d71a..5b7ee1c35782beebb655707aee5b099ca5ed261b 100644 (file)
@@ -91,11 +91,11 @@ struct dev_context {
 
        gboolean output_enabled; /**< Is the output enabled? */
        gboolean beep_enabled;   /**< Enable beeper. */
-       gboolean OCP_enabled;    /**< Output current protection enabled */
-       gboolean OVP_enabled;    /**< Output voltage protection enabled */
+       gboolean ocp_enabled;    /**< Output current protection enabled. */
+       gboolean ovp_enabled;    /**< Output voltage protection enabled. */
 
        /* Temporary state across callbacks */
-       int target;              /**< What reply to expect */
+       int target;              /**< What reply to expect. */
        int program;             /**< Program to store or recall. */
        char reply[6];
 };