nrf: Use more generic header

It will include the mcu-specific header based on defines.
This commit is contained in:
arturo182 2018-02-01 00:05:55 +01:00
parent d0b451be94
commit 616cbc6271

View File

@ -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