diff --git a/.github/workflows/zephyr.yaml b/.github/workflows/zephyr.yaml index 338a86dce..20c7082fe 100644 --- a/.github/workflows/zephyr.yaml +++ b/.github/workflows/zephyr.yaml @@ -39,8 +39,6 @@ jobs: run: | curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py python3 get-platformio.py - . $HOME/.platformio/penv/bin/activate - platformio update - name: Set up project run: | diff --git a/src/system/zephyr/system.c b/src/system/zephyr/system.c index 20e54d146..93f9fd5f0 100644 --- a/src/system/zephyr/system.c +++ b/src/system/zephyr/system.c @@ -17,7 +17,7 @@ #if KERNEL_VERSION_MAJOR == 2 #include #else -#include +#include #endif #include