From 8a124d1ce968eb2fdef66e011635927a0b177587 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sun, 19 Feb 2023 13:52:57 +0900 Subject: [PATCH] west: Point back to main after 3.3.0 release This commit updates the example-application to point back to the Zephyr main branch after the Zephyr v3.3.0 release. Signed-off-by: Stephanos Ioannidis --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 6378905..580363c 100644 --- a/west.yml +++ b/west.yml @@ -12,5 +12,5 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: v3.3.0 + revision: main import: true