From 614cdb23785331fbc8163e6c227c69b430168b8e Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Tue, 22 Oct 2019 16:19:40 +0200 Subject: [PATCH] Fix model id in board table for E-4Ai4Ao-1_U-R485Di4Ro4-1 --- modules/unipi/src/unipi_platform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/unipi/src/unipi_platform.c b/modules/unipi/src/unipi_platform.c index 425b26a..ca75309 100644 --- a/modules/unipi/src/unipi_platform.c +++ b/modules/unipi/src/unipi_platform.c @@ -1485,7 +1485,7 @@ static u32 NEURONSPI_BOARD_E4AI4AOP4DI5RO_HW_DEFINITION_BLOCK[NEURONSPI_BOARD_E4 } #define NEURONSPI_BOARD_E4AI4AOP4DI5RO_HW_DEFINITION { \ - .combination_board_id = 18, \ + .combination_board_id = 0x12, \ .lower_board_id = NEURONSPI_BOARD_LOWER_E4AI4AO_ID, \ .upper_board_id = NEURONSPI_BOARD_UPPER_P4DI5RO_ID, \ .name_length = 17, \ @@ -1569,7 +1569,7 @@ static u32 NEURONSPI_BOARD_E4AI4AOU4DI5RO_HW_DEFINITION_BLOCK[NEURONSPI_BOARD_E4 } #define NEURONSPI_BOARD_E4AI4AOU4DI5RO_HW_DEFINITION { \ - .combination_board_id = 15, \ + .combination_board_id = 0x13, \ .lower_board_id = NEURONSPI_BOARD_LOWER_E4AI4AO_ID, \ .upper_board_id = NEURONSPI_BOARD_UPPER_U4DI5RO_ID, \ .name_length = 17, \ -- 2.34.1