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:
Andrzej Głąbek 2019-09-19 13:25:18 +02:00 committed by Ioannis Glaropoulos
commit 57c6cfc9cd
12 changed files with 13 additions and 15 deletions

View file

@ -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 ? */