Initial support for Power Debugger analog reading

Voltage and current though channel A and B
This commit is contained in:
MCUdude
2022-09-28 21:59:50 +02:00
parent 3b8f41ca20
commit e39133daf5
5 changed files with 117 additions and 27 deletions

View File

@@ -854,7 +854,7 @@ static int cmd_parms(PROGRAMMER * pgm, struct avrpart * p,
return -1;
}
pgm->print_parms(pgm);
terminal_message(MSG_INFO, "\n");
return 0;
}