We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46893be commit 1050cdaCopy full SHA for 1050cda
src/stk500.c
@@ -860,7 +860,7 @@ static int stk500_open(PROGRAMMER *pgm, const char *port) {
860
return -1;
861
862
if(pgm->bitclock) {
863
- if(str_eq(pgm->type, "arduino_as_isp")) // The Arduino as ISP will crash if we change the bitclock
+ if(str_caseeq(pgmid, "arduino_as_isp")) // The Arduino as ISP will crash if we change the bitclock
864
pmsg_warning("-c %s does not support adjustable bitclock speed; ignoring -B\n", pgmid);
865
else {
866
if(!(pgm->extra_features & HAS_BITCLOCK_ADJ))
0 commit comments