| commit | 140f014bed1342f59103f5a05b7464649d520fe5 | [log] [tgz] |
|---|---|---|
| author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Tue Oct 11 12:02:13 2022 +0200 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Oct 11 18:05:17 2022 +0200 |
| tree | da275752cf63fd02343e15662f0495d62f150d91 | |
| parent | edfcd0ab519c2cac5ee0475d9e6aab2b150060b5 [diff] |
drivers: clock_control: mcux_syscon: fix define collision mcux HAL pollutes namespace with stuff like ARRAY_SIZE, MIN, MAX, etc. Luckily it only defines them if not already defined, so we can play with include order to "fix" the problem. Move the infamous soc.h (which includes HAL) after other Zephyr includes. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>