Unify xxx_open() debug message for ft245r

This commit is contained in:
stefanrueger
2025-10-24 11:25:32 +02:00
parent f197504b80
commit 37ef71b5a6

View File

@@ -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) {