nrf5/hal: Changing import of nrf52 includes in hal_uarte.c to not be explicit. Now only nrf.h is included.
This commit is contained in:
parent
43a2355665
commit
3e1da27f2b
|
@ -32,8 +32,7 @@
|
|||
|
||||
#ifdef HAL_UARTE_MODULE_ENABLED
|
||||
|
||||
#include "nrf52.h"
|
||||
#include "nrf52_bitfields.h"
|
||||
#include "nrf.h"
|
||||
|
||||
#if NRF52
|
||||
|
||||
|
|
Loading…
Reference in New Issue