aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/LLD/hal_pal_lld.h
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-07-10 21:46:46 +0200
committerStephane D'Alu <sdalu@sdalu.com>2016-07-10 21:46:46 +0200
commit52107b2ccbf1b5ed29123d77d5cd3bc982fdee2e (patch)
treeb21afa77eeec8a26e2ccecdc41c246a4ac62fd27 /os/hal/ports/NRF5/LLD/hal_pal_lld.h
parente5430a6f71a45f2a6b92aa11844d7df12ac466ce (diff)
downloadChibiOS-Contrib-52107b2ccbf1b5ed29123d77d5cd3bc982fdee2e.tar.gz
ChibiOS-Contrib-52107b2ccbf1b5ed29123d77d5cd3bc982fdee2e.tar.bz2
ChibiOS-Contrib-52107b2ccbf1b5ed29123d77d5cd3bc982fdee2e.zip
moved QEI to LLD
Diffstat (limited to 'os/hal/ports/NRF5/LLD/hal_pal_lld.h')
-rw-r--r--os/hal/ports/NRF5/LLD/hal_pal_lld.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/os/hal/ports/NRF5/LLD/hal_pal_lld.h b/os/hal/ports/NRF5/LLD/hal_pal_lld.h
index 34caa7e..745afd3 100644
--- a/os/hal/ports/NRF5/LLD/hal_pal_lld.h
+++ b/os/hal/ports/NRF5/LLD/hal_pal_lld.h
@@ -130,10 +130,8 @@ typedef NRF_GPIO_Type *ioportid_t;
*/
#if NRF_SERIES == 51
#define IOPORT1 NRF_GPIO
-#elif NRF_SERIES == 52
-#define IOPORT1 NRF_P0
#else
-#error "Unknown NRF_SERIES"
+#define IOPORT1 NRF_P0
#endif
/*===========================================================================*/