Skip to content

Commit

Permalink
main: allows not bitstream with --enable-quad/--disable-quad
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Sep 22, 2024
1 parent d380835 commit 11d6ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,8 @@ int parse_opt(int argc, char **argv, struct arguments *args,
!args->detect &&
!args->protect_flash &&
!args->unprotect_flash &&
!args->enable_quad &&
!args->disable_quad &&
!args->bulk_erase_flash &&
!args->xvc &&
!args->reset &&
Expand Down

0 comments on commit 11d6ab7

Please sign in to comment.