Commit dee80dc
modules: tfm: Gate GPIO IOCTL dispatcher on NRF_GPIO_HAS_SEL
The MCUSEL register field was renamed to CTRLSEL on nRF54L/nRF71, so
the previous defined(GPIO_PIN_CNF_MCUSEL_Msk) guard dropped the
TFM_PLATFORM_IOCTL_GPIO_SERVICE case on those targets. Switch to
NRF_GPIO_HAS_SEL to match the underlying service implementation.
Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>1 parent ab6f6d4 commit dee80dc
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments