Hint at option -xdelay=... for urclock programmer not responding messages

This commit is contained in:
Stefan Rueger 2022-11-12 13:47:48 +00:00
parent ff9c8bbe46
commit afc2f7cf0c
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 1 deletions

View File

@ -1682,7 +1682,7 @@ static int urclock_recv(const PROGRAMMER *pgm, unsigned char *buf, size_t len) {
rv = serial_recv(&pgm->fd, buf, len);
if(rv < 0) {
pmsg_error("programmer is not responding\n");
pmsg_warning("programmer is not responding%s\n", ur.uP.name? "": "; try, eg, -xdelay=200");
return -1;
}