Skip to content

Commit ac566f5

Browse files
authored
Merge pull request #287 from jean-roland/fix_zephyr_ci
Adapt to PlatformIO Zephyr update
2 parents 4b8b0a0 + 0c61a7f commit ac566f5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/zephyr.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
run: |
4040
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
4141
python3 get-platformio.py
42-
. $HOME/.platformio/penv/bin/activate
43-
platformio update
4442
4543
- name: Set up project
4644
run: |

src/system/zephyr/system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#if KERNEL_VERSION_MAJOR == 2
1818
#include <random/rand32.h>
1919
#else
20-
#include <zephyr/random/rand32.h>
20+
#include <zephyr/random/random.h>
2121
#endif
2222

2323
#include <stddef.h>

0 commit comments

Comments
 (0)