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 72ad449 commit d3db30cCopy full SHA for d3db30c
mesaflash.c
@@ -32,7 +32,7 @@
32
#endif
33
34
#ifndef VERSION
35
-#define VERSION "3.5.14"
+#define VERSION "3.5.15"
36
37
38
static int device_flag;
spi_boards.c
@@ -257,7 +257,7 @@ void spi_boards_scan(board_access_t *access) {
257
board_t *board = &boards[boards_count];
258
board->type = BOARD_SPI;
259
strcpy(board->dev_addr, access->dev_addr);
260
- strcpy(board->llio.board_name, "7I90");
+ strcpy(board->llio.board_name, "7I90HD");
261
board->llio.num_ioport_connectors = 3;
262
board->llio.pins_per_connector = 24;
263
board->llio.ioport_connector_name[0] = "P1";
0 commit comments