Commit 6aa0fda
[nrf noup] hal_nordic: Fix MPSL include that might cause unwanted dependencies
nrf-squash! [nrf noup] modules: hal_nordic: adjust nrfx reservations to NCS
The #include <mpsl.h> in reserved resources header introduced
MPSL types and other MPSL headers to be available in nrf hal
build. That might cause problems when using MPSL headers
in subsystems for example clock driver.
The MPSL reserved resources are provided in mpsl_hwres.h header
file that is enough to be included in hal_nordic.
Signed-off-by: Piotr Pryga <[email protected]>1 parent b5b58e3 commit 6aa0fda
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments