Skip to content

Commit

Permalink
Merge pull request #287 from jean-roland/fix_zephyr_ci
Browse files Browse the repository at this point in the history
Adapt to PlatformIO Zephyr update
  • Loading branch information
p-avital authored Dec 4, 2023
2 parents 4b8b0a0 + 0c61a7f commit ac566f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion src/system/zephyr/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#if KERNEL_VERSION_MAJOR == 2
#include <random/rand32.h>
#else
#include <zephyr/random/rand32.h>
#include <zephyr/random/random.h>
#endif

#include <stddef.h>
Expand Down

0 comments on commit ac566f5

Please sign in to comment.