aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/LLD
diff options
context:
space:
mode:
authorKonstantin Oblaukhov <oblaukhov.konstantin@gmail.com>2018-09-29 18:08:56 +0700
committerKonstantin K. Oblaukhov <oblaukhov.konstantin@gmail.com>2018-11-20 09:52:42 +0700
commit0e6f501f80d590a7f79b3b4b3f4ec278df57ad40 (patch)
treef795d5584ff5aa805fd2a1a81d224076788a4253 /os/hal/ports/NRF5/LLD
parentf4d6d909898e777efaa2d479095e41cd2045621d (diff)
downloadChibiOS-Contrib-0e6f501f80d590a7f79b3b4b3f4ec278df57ad40.tar.gz
ChibiOS-Contrib-0e6f501f80d590a7f79b3b4b3f4ec278df57ad40.tar.bz2
ChibiOS-Contrib-0e6f501f80d590a7f79b3b4b3f4ec278df57ad40.zip
Update all NRF5x makefiles and chconf.h.
Add missing halconf_community.h
Diffstat (limited to 'os/hal/ports/NRF5/LLD')
-rw-r--r--os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h b/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h
index 4bb14e2..a005d50 100644
--- a/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h
+++ b/os/hal/ports/NRF5/LLD/GPIOv1/hal_pal_lld.h
@@ -119,6 +119,11 @@ typedef uint32_t ioline_t;
*/
typedef NRF_GPIO_Type *ioportid_t;
+/**
+ * @brief Type of an pad identifier.
+ */
+typedef uint32_t iopadid_t;
+
/*===========================================================================*/
/* I/O Ports Identifiers. */
/*===========================================================================*/