From e8e41dce559ebaa90d0465eecc37e55c2900489e Mon Sep 17 00:00:00 2001 From: Erik van Zijst Date: Thu, 18 Aug 2022 09:10:42 -0700 Subject: [PATCH] Fix Makefile.user reference in README.md The Makefile automatically includes `Makefile.user`, not `Makefile.local` as was mentioned in `README.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 265e21ed..bdb44330 100644 --- a/README.md +++ b/README.md @@ -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/`.