diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-02-01 00:05:55 +0100 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-02-02 20:31:47 +0100 |
| commit | 616cbc6271edda8ee5141ac77f51d40345d03e77 (patch) | |
| tree | 3a8a4e0b88a4202d819066f242842ca7c44154dc | |
| parent | d0b451be9400ae38655a7f73098c0e6eaa4170e8 (diff) | |
nrf: Use more generic header
It will include the mcu-specific header based on defines.
| -rw-r--r-- | ports/nrf/fifo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/fifo.h b/ports/nrf/fifo.h index 7b3afba7a..df54350cf 100644 --- a/ports/nrf/fifo.h +++ b/ports/nrf/fifo.h @@ -48,7 +48,7 @@ extern "C" { #if CFG_FIFO_MUTEX -#include "nrf52.h" +#include "nrf.h" #define fifo_mutex_t IRQn_Type |
