Skip to content

Commit

Permalink
Changes Micro-SD deck PID to not confligt with GT-GPS. Now PID=8. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbeanton committed Nov 22, 2016
1 parent 75c8bc8 commit 6f650f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck/drivers/src/usddeck.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static void usdTimer(xTimerHandle timer)

static const DeckDriver usd_deck = {
.vid = 0xBC,
.pid = 0x07,
.pid = 0x08,
.name = "bcUSD",
.usedGpio = DECK_USING_MISO|DECK_USING_MOSI|DECK_USING_SCK|DECK_USING_IO_4,
.usedPeriph = DECK_USING_SPI,
Expand Down

0 comments on commit 6f650f9

Please sign in to comment.