aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/LLD/hal_serial_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/NRF5/LLD/hal_serial_lld.c')
-rw-r--r--os/hal/ports/NRF5/LLD/hal_serial_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/NRF5/LLD/hal_serial_lld.c b/os/hal/ports/NRF5/LLD/hal_serial_lld.c
index cba7804..e67b433 100644
--- a/os/hal/ports/NRF5/LLD/hal_serial_lld.c
+++ b/os/hal/ports/NRF5/LLD/hal_serial_lld.c
@@ -26,9 +26,9 @@
#if (HAL_USE_SERIAL == TRUE) || defined(__DOXYGEN__)
-#if NRF_SERIE == 51
+#if NRF_SERIES == 51
#include "nrf51.h"
-#elif NRF_SERIE == 52
+#elif NRF_SERIES == 52
#include "nrf52.h"
#define UART0_IRQn UARTE0_UART0_IRQn
#endif