Skip to content

Commit

Permalink
Downgrade message reporting change of Vtarg
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Nov 29, 2023
1 parent de3a15d commit 43f3648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jtag3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ int jtag3_set_vtarget(const PROGRAMMER *pgm, double v) {
uaref = b2_to_u16(buf);
u16_to_b2(buf, utarg);

pmsg_info("jtag3_set_vtarget(): changing V[target] from %.1f to %.1f\n", uaref / 1000.0, v);
pmsg_notice2("jtag3_set_vtarget(): changing V[target] from %.1f to %.1f\n", uaref / 1000.0, v);

if (jtag3_setparm(pgm, SCOPE_GENERAL, 1, PARM3_VADJUST, buf, sizeof(buf)) < 0) {
pmsg_error("cannot confirm new V[target] value\n");
Expand Down

0 comments on commit 43f3648

Please sign in to comment.