Skip to content

Commit

Permalink
Fixed a missing argument in the README.md instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
makestuffwork committed Apr 22, 2024
1 parent 9987996 commit ebb4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ use_repo(arm_toolchain, "arm_none_eabi")
register_toolchains("@arm_none_eabi//toolchain:all")

arm_toolchain.arm_none_linux_gnueabihf()
use_repo(arm_toolchain)
use_repo(arm_toolchain, "arm_none_linux_gnueabihf")
register_toolchains("@arm_none_linux_gnueabihf//toolchain:all")
```

Expand Down

0 comments on commit ebb4072

Please sign in to comment.