Skip to content

Commit

Permalink
fixup! [board] Deduplicate NUCLEO-G070rb board file
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Feb 6, 2024
1 parent 76b4e1a commit 3ec43f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/board/nucleo_g070rb/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build(env):
"with_assert": env.has_module(":architecture:assert")
}
env.template("../board.cpp.in", "board.cpp")
env.copy("../nucleo-g071rb/board.hpp", "board.hpp")
env.copy("../nucleo_g071rb/board.hpp", "board.hpp")

env.outbasepath = "modm/openocd/modm/board/"
env.copy(repopath("tools/openocd/modm/st_nucleo_g0.cfg"), "st_nucleo_g0.cfg")
Expand Down

0 comments on commit 3ec43f7

Please sign in to comment.