From 66ec45acd72177bff4f74f967a8d69541725deda Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 1 May 2020 16:36:56 -0400 Subject: [PATCH] Typo fix for board name. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8053da6f..605ef5d6 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