commit | 34a68488873c25aebc07bf6ad21f83f948bbcb77 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Tue Oct 04 15:44:11 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Oct 11 18:05:17 2022 +0200 |
tree | 3fb522dbf83b6181898cec72baf0a109fd0f250b | |
parent | fe32c4e273bbaae1e638ab151ccea0c1c0d56831 [diff] |
include: add missing arch/cpu.h include The sys* ops like sys_clear_bit are indirectly included via arch CPU header. Other stuff like find_msb_set end up included via this header as well. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>