Skip to content

Commit 616cbc6

Browse files
committed
nrf: Use more generic header
It will include the mcu-specific header based on defines.
1 parent d0b451b commit 616cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/fifo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extern "C" {
4848

4949
#if CFG_FIFO_MUTEX
5050

51-
#include "nrf52.h"
51+
#include "nrf.h"
5252

5353
#define fifo_mutex_t IRQn_Type
5454

0 commit comments

Comments
 (0)