nordic: Use hal/ in all inclusions of nrfx HAL header files
Header files of nrfx HALs are not supposed to be included directly but only with their names prepended with the hal/ directory (so that an inclusion of an nrfx HAL header clearly differs from an inclusion of an nrfx driver header). Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
cacb529206
commit
57c6cfc9cd
12 changed files with 13 additions and 15 deletions
|
@ -10,7 +10,7 @@
|
|||
#if defined(CONFIG_USB) && defined(CONFIG_SOC_NRF52840)
|
||||
#include <device.h>
|
||||
#endif
|
||||
#include <nrf_clock.h>
|
||||
#include <hal/nrf_clock.h>
|
||||
|
||||
/* TODO: move all these to clock_control.h ? */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue