We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b8b0a0 + 0c61a7f commit ac566f5Copy full SHA for ac566f5
.github/workflows/zephyr.yaml
@@ -39,8 +39,6 @@ jobs:
39
run: |
40
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
41
python3 get-platformio.py
42
- . $HOME/.platformio/penv/bin/activate
43
- platformio update
44
45
- name: Set up project
46
src/system/zephyr/system.c
@@ -17,7 +17,7 @@
17
#if KERNEL_VERSION_MAJOR == 2
18
#include <random/rand32.h>
19
#else
20
-#include <zephyr/random/rand32.h>
+#include <zephyr/random/random.h>
21
#endif
22
23
#include <stddef.h>
0 commit comments