Skip to content

Commit

Permalink
Change PID of the expCfbl test deck.
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Oct 10, 2024
1 parent 3a91774 commit 2cbf933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck/drivers/src/test/exptestCfBl.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static bool expCfBlTestRun(void)

static const DeckDriver expCfBltest_deck = {
.vid = 0xFF,
.pid = 0xFF,
.pid = 0xFE,
.name = "bcExpTestCfBl",

.usedGpio = 0xFFFFFFFF,
Expand Down

0 comments on commit 2cbf933

Please sign in to comment.