Skip to content

Commit

Permalink
Merge pull request adafruit#106 from erikvanzijst/erik/makefile-user-…
Browse files Browse the repository at this point in the history
…readme

Fix Makefile.user reference in README.md
  • Loading branch information
mmoskal authored Aug 19, 2022
2 parents f4c13d5 + e8e41dc commit b0b37f7
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 @@ -145,7 +145,7 @@ The default board is `zero`. You can build a different one using:
make BOARD=metro_m0
```

If you're working on different board, it's best to create `Makefile.local`
If you're working on different board, it's best to create `Makefile.user`
with say `BOARD=metro` to change the default.
The names `zero` and `metro` refer to subdirectories of `boards/`.

Expand Down

0 comments on commit b0b37f7

Please sign in to comment.