diff --git a/content/blog/zephyr-rtos-on-esp32-first-steps/index.md b/content/blog/zephyr-rtos-on-esp32-first-steps/index.md index 526ac390..96b59c38 100644 --- a/content/blog/zephyr-rtos-on-esp32-first-steps/index.md +++ b/content/blog/zephyr-rtos-on-esp32-first-steps/index.md @@ -81,7 +81,6 @@ Here is a worthy observation: west is the tool that manages the entire life-cycl west init ~/zephyrproject cd ~/zephyrproject west update -west espressif update ``` Be patient, these last commands will fetch Zephyr’s repository and all the HALs (including Espressif’s) already ported to this RTOS. Note that we do not explicitly call a git command to clone the repositories, __west__ takes care of everything.