diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:36:56 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 16:36:56 -0400 |
commit | 66ec45acd72177bff4f74f967a8d69541725deda (patch) | |
tree | aab7cf6df5ebce439788e06866a06633df6b2e39 | |
parent | 0ae99904fb9a13f0be15821258694769fa8ea48d (diff) |
Typo fix for board name.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8053da6..605ef5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,4 @@ build: - west zephyr-export script: - - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire + - west build -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire |