mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 17:58:05 +00:00
Change info on libreadline to notice2 level
This commit is contained in:
@@ -2590,7 +2590,7 @@ void urclock_initpgm(PROGRAMMER *pgm) {
|
|||||||
#if defined(HAVE_LIBREADLINE)
|
#if defined(HAVE_LIBREADLINE)
|
||||||
pmsg_notice2("libreadline is used; avrdude -t -c urclock should work interactively\n");
|
pmsg_notice2("libreadline is used; avrdude -t -c urclock should work interactively\n");
|
||||||
#else
|
#else
|
||||||
pmsg_warning("compiled without readline library, cannot use avrdude -t -c urclock interactively\n");
|
pmsg_notice2("compiled without readline library, cannot use avrdude -t -c urclock interactively\n");
|
||||||
imsg_warning("but it is still possible to pipe: echo \"d fl 0 32; quit\" | tr \\; \\\\n | avrdude -t -curclock\n");
|
imsg_notice2("but it is still possible to pipe: echo \"d fl 0 32; quit\" | tr \\; \\\\n | avrdude -t -curclock\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user