aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/LLD
diff options
context:
space:
mode:
authorMichael Walker <walkerstop@gmail.com>2018-05-02 03:47:26 -0700
committerMichael Walker <walkerstop@gmail.com>2018-05-02 03:47:26 -0700
commit1fefdf78fef847c27d3768cc78de0ee901889465 (patch)
tree3464b28ba93d6830aed69ca0f5bc325710cdf61d /os/hal/ports/KINETIS/LLD
parent457afa6202fe9f8e6accb65411629172bb32c41b (diff)
downloadChibiOS-Contrib-1fefdf78fef847c27d3768cc78de0ee901889465.tar.gz
ChibiOS-Contrib-1fefdf78fef847c27d3768cc78de0ee901889465.tar.bz2
ChibiOS-Contrib-1fefdf78fef847c27d3768cc78de0ee901889465.zip
Remove duplicate code already in upstream master and add include dir
Diffstat (limited to 'os/hal/ports/KINETIS/LLD')
-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.