diff options
author | Peter Johanson <[email protected]> | 2023-11-10 00:03:57 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-02-09 14:32:46 -0800 |
commit | a81a2d37a8bacbae0dbc0aba8a8833232f7a1b39 (patch) | |
tree | 3f109968b3f4fa9920d96dd665aa862faec16086 | |
parent | 98e3b8b4350d0d588bb8b8a38bf184090886b3ee (diff) | |
download | zmk-a81a2d37a8bacbae0dbc0aba8a8833232f7a1b39.tar.gz zmk-a81a2d37a8bacbae0dbc0aba8a8833232f7a1b39.zip |
refactor: Remove explicit blocklist item.
* `sof` is now not enabled by default as a west dep, so need to
add it to the blocklist ourselves.
-rw-r--r-- | app/west.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/west.yml b/app/west.yml index 95ab920024..1b50247786 100644 --- a/app/west.yml +++ b/app/west.yml @@ -29,6 +29,5 @@ manifest: - openthread - edtt - trusted-firmware-m - - sof self: west-commands: scripts/west-commands.yml |