Skip to content

Commit

Permalink
fix: change chip names in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanrath committed Dec 25, 2024
1 parent 888d525 commit 8461ec9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/use_config/nrf52832_ble/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ args = [
"--output-path",
"rmk.uf2",
"--family",
"nrf52832xxaa",
"nrf52832xx-aa",
]
dependencies = ["objcopy"]
2 changes: 1 addition & 1 deletion examples/use_rust/nrf52832_ble/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ args = [
"--output-path",
"rmk.uf2",
"--family",
"nrf52832xxaa",
"nrf52832xx-aa",
]
dependencies = ["objcopy"]
2 changes: 1 addition & 1 deletion examples/use_rust/stm32f4/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ args = [
"--family",
"rmk.uf2",
"--family",
"stm32f411xe",
"stm32f4",
]
dependencies = ["objcopy"]

0 comments on commit 8461ec9

Please sign in to comment.