Skip to content

Commit

Permalink
fix(boards.txt): use pid.0 instead of pid for Blues Cygnet
Browse files Browse the repository at this point in the history
to be aligned with vid.0.

Fixes #2511.

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Sep 11, 2024
1 parent 8d1b68f commit d1ed5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12493,7 +12493,7 @@ Blues.menu.pnum.CYGNET.build.series=STM32L4xx
Blues.menu.pnum.CYGNET.build.product_line=STM32L433xx
Blues.menu.pnum.CYGNET.build.variant=STM32L4xx/L433C(B-C)(T-U)_L443CC(T-U)
Blues.menu.pnum.CYGNET.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
Blues.menu.pnum.CYGNET.build.pid=0x0003
Blues.menu.pnum.CYGNET.build.pid.0=0x0003
Blues.menu.pnum.CYGNET.debug.server.openocd.scripts.2=target/stm32l4x.cfg
Blues.menu.pnum.CYGNET.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32L4xx/STM32L4x3.svd

Expand Down

0 comments on commit d1ed5ab

Please sign in to comment.