Skip to content

Commit

Permalink
Fix 7I90HD name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw-mesa committed Jun 19, 2024
1 parent 61f7eb4 commit 8d3746f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anyio.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ supported_board_entry_t supported_boards[] = {
{"7C80", BOARD_MULTI_INTERFACE | BOARD_EPP | BOARD_SPI},
{"7C81", BOARD_MULTI_INTERFACE | BOARD_EPP | BOARD_SPI},
{"7I43", BOARD_MULTI_INTERFACE | BOARD_EPP | BOARD_USB},
{"7I90", BOARD_MULTI_INTERFACE | BOARD_EPP | BOARD_SPI | BOARD_SER},
{"7I90HD", BOARD_MULTI_INTERFACE | BOARD_EPP | BOARD_SPI | BOARD_SER},
{"7I64", BOARD_MULTI_INTERFACE | BOARD_USB | BOARD_SPI},

{"AUTO", BOARD_MULTI_INTERFACE | BOARD_WILDCARD | BOARD_USB | BOARD_EPP | BOARD_SPI | BOARD_SER | BOARD_PCI},
Expand Down
2 changes: 1 addition & 1 deletion mesaflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#endif

#ifndef VERSION
#define VERSION "3.5.8"
#define VERSION "3.5.9"
#endif

static int device_flag;
Expand Down

0 comments on commit 8d3746f

Please sign in to comment.