aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorMichael Walker <walkerstop@gmail.com>2018-05-02 03:48:09 -0700
committerMichael Walker <walkerstop@gmail.com>2018-05-02 03:48:09 -0700
commit72b22c7f67df0bddc2094ecfd76f82f0bfb06172 (patch)
tree0e05f57f7d53736ad6a00fabaabd33349bcce960 /os/hal/ports
parentcd7559268dcc2da5f2b1f3872e6baa1cff1d5476 (diff)
parent1fefdf78fef847c27d3768cc78de0ee901889465 (diff)
downloadChibiOS-Contrib-72b22c7f67df0bddc2094ecfd76f82f0bfb06172.tar.gz
ChibiOS-Contrib-72b22c7f67df0bddc2094ecfd76f82f0bfb06172.tar.bz2
ChibiOS-Contrib-72b22c7f67df0bddc2094ecfd76f82f0bfb06172.zip
Merge branch 'master' into mike
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/KINETIS/LLD/hal_pal_lld.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/ports/KINETIS/LLD/hal_pal_lld.h b/os/hal/ports/KINETIS/LLD/hal_pal_lld.h
index 6129f69..833d95e 100644
--- a/os/hal/ports/KINETIS/LLD/hal_pal_lld.h
+++ b/os/hal/ports/KINETIS/LLD/hal_pal_lld.h
@@ -83,11 +83,6 @@ typedef uint32_t ioline_t;
typedef GPIO_TypeDef *ioportid_t;
/**
- * @brief Type of an pad identifier.
- */
-typedef uint32_t iopadid_t;
-
-/**
* @brief Port Configuration.
* @details This structure stores the configuration parameters of all pads
* belonging to a port.