Skip to content

Commit

Permalink
[README] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Apr 21, 2024
1 parent 3edb65f commit 16f8c87
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 16f8c87

Please sign in to comment.