Skip to content

Commit

Permalink
Merge branch 'avrdudes:main' into config_file
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger authored Jul 19, 2022
2 parents e52bd2b + 0e7c151 commit 3c05fe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,11 +852,11 @@ int main(int argc, char * argv [])
port = DEFAULT_USB;
break;

#ifdef HAVE_LINUXSPI
case CONNTYPE_SPI:
port = *default_spi ? default_spi : "unknown";
break;
#ifdef HAVE_LINUXSPI
port = *default_spi? default_spi: "unknown";
#endif
break;
}
}

Expand Down

0 comments on commit 3c05fe6

Please sign in to comment.