Skip to content

Commit

Permalink
Fix 7I80HD-16,7I80HD-25,7I80DB-16,7I80DB-25
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw-mesa committed Nov 16, 2023
1 parent 2045e8e commit e3e7688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion anyio.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ supported_board_entry_t supported_boards[] = {
{"7I97", BOARD_ETH},
{"7I97T", BOARD_ETH},
{"7I98", BOARD_ETH},
{"7I80", BOARD_ETH},
{"7I80HD-16", BOARD_ETH},
{"7I80HD-25", BOARD_ETH},
{"7I80DB-16", BOARD_ETH},
{"7I80DB-25", BOARD_ETH},
{"7I80HDT", BOARD_ETH},
{"7I76E", BOARD_ETH},
{"7I76EU", BOARD_ETH},
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.4"
#define VERSION "3.5.5"
#endif

static int device_flag;
Expand Down

0 comments on commit e3e7688

Please sign in to comment.