Commit 4ce15c1
committed
loader: fix missing pulseIn() implementation
pulseIn() and friends rely on being able to query GPIO pin direction,
which was not enabled in the Zephyr configuration.
Signed-off-by: Luca Burelli <[email protected]>1 parent a2266c0 commit 4ce15c1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
0 commit comments