Skip to content

Commit

Permalink
BOARD_ID_UAEFI121_B
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Sep 9, 2024
1 parent 8a6c3d2 commit e6282df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital-inputs/firmware/test_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ BoardConfig boardConfigs[] = {
{
.boardName = "uaefi121",
.desiredEngineConfig = -1,
.boardIds = { BOARD_ID_UAEFI121_A, 0 },
.boardIds = { BOARD_ID_UAEFI121_A, BOARD_ID_UAEFI121_B, 0 },
.channels = {
{ nullptr, 0, 0, 0 }, // { "TPS1_1", PULLED_DOWN_RANGE(DOWN_7B, UP_7B, 680'000) },
{ nullptr, 0, 0, 0 }, // { "TPS1_2", PULLED_DOWN_RANGE(DOWN_9B, UP_9B, 680'000) },
Expand Down

0 comments on commit e6282df

Please sign in to comment.