Commit d1409ee
committed
mpsl: pin_debug: Fix MPSL_PIN_DEBUG for 54L series
This commit fixes issues introduced by
a8f6947
- `passing argument 1 of 'nrfx_gppi_domain_id_get'
makes integer from pointer without a cast`
- Accessing wrong member of rad_resource
- Wrong argument order calling nrfx_gppi_ep_attach()
Fix was verified on a 54l15dk.
Signed-off-by: Rubin Gerritsen <[email protected]>1 parent 77fbeeb commit d1409ee
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments