From 1354edd7c534567565fa814fc1536ad190a19613 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 19 Nov 2020 21:28:52 +0000 Subject: [PATCH] build(west): set `self: path:` to nothing The self path should be `app`. Setting it to nothing achieves the same result but with more flexibility if it becomes a module. --- app/west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/west.yml b/app/west.yml index cba53ab0..c466d003 100644 --- a/app/west.yml +++ b/app/west.yml @@ -37,4 +37,4 @@ manifest: remote: microsoft path: tools/uf2 self: - path: zmk + path: