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 18b446f commit 26bdc39Copy full SHA for 26bdc39
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