mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Unify xxx_open() debug message for ft245r
This commit is contained in:
@@ -811,6 +811,8 @@ static int ft245r_open(PROGRAMMER *pgm, const char *port) {
|
||||
int devnum = -1;
|
||||
char device[9] = "";
|
||||
|
||||
pmsg_debug("%s(\"%s\")\n", __func__, port);
|
||||
|
||||
rv = pins_check(pgm, pin_checklist, sizeof(pin_checklist)/sizeof(pin_checklist[0]), true);
|
||||
|
||||
if(rv) {
|
||||
|
||||
Reference in New Issue
Block a user