Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelboehm committed Jul 30, 2021
1 parent 73d8d70 commit 82df62c
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 @@ -93,7 +93,7 @@ To be able to build for arm cpu's you add the following lines to your `WORKSPACE
```python
load("@EmbeddedSystemsBuildScripts//Toolchains/Arm:arm.bzl", "arm_toolchain")

avr_toolchain()
arm_toolchain()
```
And the following lines to your projects `BUILD` file:
```python
Expand Down

0 comments on commit 82df62c

Please sign in to comment.