aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/KL2x/pal_lld.c
diff options
context:
space:
mode:
authorspacecoaster <spacecoaster@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-08 19:59:35 +0000
committerspacecoaster <spacecoaster@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-08 19:59:35 +0000
commite5f3bc7f8640f4f145dfcacae49d6089d4c82a34 (patch)
tree5366ddc2000586d86006cde8876a3a8e608704f2 /os/hal/ports/KINETIS/KL2x/pal_lld.c
parent49ad1739e60d42adb37a6137b1ad9fdafe364e19 (diff)
downloadChibiOS-e5f3bc7f8640f4f145dfcacae49d6089d4c82a34.tar.gz
ChibiOS-e5f3bc7f8640f4f145dfcacae49d6089d4c82a34.tar.bz2
ChibiOS-e5f3bc7f8640f4f145dfcacae49d6089d4c82a34.zip
[KINETIS] Add missing define for pal_lld_setpadmode()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7253 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/KINETIS/KL2x/pal_lld.c')
-rw-r--r--os/hal/ports/KINETIS/KL2x/pal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/KINETIS/KL2x/pal_lld.c b/os/hal/ports/KINETIS/KL2x/pal_lld.c
index 46d7e48e0..24445efa3 100644
--- a/os/hal/ports/KINETIS/KL2x/pal_lld.c
+++ b/os/hal/ports/KINETIS/KL2x/pal_lld.c
@@ -156,7 +156,7 @@ void pal_lld_writepad(ioportid_t port, uint8_t pad, uint8_t bit)
*
* @notapi
*/
-void pal_lld_setpadmode(ioportid_t port, uint8_t pad, iomode_t mode)
+void _pal_lld_setpadmode(ioportid_t port, uint8_t pad, iomode_t mode)
{
PORT_TypeDef *portcfg = NULL;