]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Syntax error repaired (mistake when typing command to the code instead to the terminal)
authorMichal Horn <hornmich@fel.cvut.cz>
Thu, 1 Aug 2013 15:09:36 +0000 (17:09 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Thu, 1 Aug 2013 15:09:36 +0000 (17:09 +0200)
commands/cmd_dac.c

index 85baf482dc0b50acc063c9e6959e578fbac415cc..670f425ce12e98850b48de2cc89d5329b4016a4c 100644 (file)
@@ -90,7 +90,7 @@ int cmd_do_dac_pin_set_val(cmd_io_t *cmd_io, const struct cmd_des *des, char *pa
                rpp_sci_printf("Pin out of range.");
                return -CMDERR_BADPAR;
        }
-       else if (ret == -2) {dacpinvoltage
+       else if (ret == -2) {
                rpp_sci_printf("Value out of range.");
                return -CMDERR_BADPAR;
        }