nrf: Use more generic header
It will include the mcu-specific header based on defines.
This commit is contained in:
parent
d0b451be94
commit
616cbc6271
@ -48,7 +48,7 @@ extern "C" {
|
|||||||
|
|
||||||
#if CFG_FIFO_MUTEX
|
#if CFG_FIFO_MUTEX
|
||||||
|
|
||||||
#include "nrf52.h"
|
#include "nrf.h"
|
||||||
|
|
||||||
#define fifo_mutex_t IRQn_Type
|
#define fifo_mutex_t IRQn_Type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user