X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fkorad-kdxxxxp%2Fprotocol.h;h=5b7ee1c35782beebb655707aee5b099ca5ed261b;hb=9e5366df4f83d3f5c0afb1489bb2d4d4ea426e18;hp=c292dab5cc221d0f56a292cd78894c972842d71a;hpb=c40ed60f27a3c918b29f72a73074b97ef0ecfe86;p=libsigrok.git diff --git a/src/hardware/korad-kdxxxxp/protocol.h b/src/hardware/korad-kdxxxxp/protocol.h index c292dab5..5b7ee1c3 100644 --- a/src/hardware/korad-kdxxxxp/protocol.h +++ b/src/hardware/korad-kdxxxxp/protocol.h @@ -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]; };