diff options
author | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-07 02:05:43 +0000 |
---|---|---|
committer | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-07 02:05:43 +0000 |
commit | 576a59bba298c892b5c37258d92e78b116f8fd49 (patch) | |
tree | a624d89f8bb4656ddbe927a28012f5d4fe353e7f /os | |
parent | 8203b6596a8774bd5c6f01f1b31bf313ee66655d (diff) | |
download | ChibiOS-576a59bba298c892b5c37258d92e78b116f8fd49.tar.gz ChibiOS-576a59bba298c892b5c37258d92e78b116f8fd49.tar.bz2 ChibiOS-576a59bba298c892b5c37258d92e78b116f8fd49.zip |
[KINETIS] K20D50M board PB16/PB17 configured as USART0
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7148 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/boards/FREESCALE_FREEDOM_K20D50M/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/FREESCALE_FREEDOM_K20D50M/board.c b/os/hal/boards/FREESCALE_FREEDOM_K20D50M/board.c index 1c5ab442e..1d6e49319 100644 --- a/os/hal/boards/FREESCALE_FREEDOM_K20D50M/board.c +++ b/os/hal/boards/FREESCALE_FREEDOM_K20D50M/board.c @@ -49,7 +49,7 @@ const PALConfig pal_default_config = /* PTB6*/ PAL_MODE_UNCONNECTED, /* PTB7*/ PAL_MODE_UNCONNECTED, /* PTB8*/ PAL_MODE_UNCONNECTED,
/* PTB9*/ PAL_MODE_UNCONNECTED, /*PTB10*/ PAL_MODE_UNCONNECTED, /*PTB11*/ PAL_MODE_UNCONNECTED,
/*PTB12*/ PAL_MODE_UNCONNECTED, /*PTB13*/ PAL_MODE_UNCONNECTED, /*PTB14*/ PAL_MODE_UNCONNECTED,
- /*PTB15*/ PAL_MODE_UNCONNECTED, /*PTB16*/ PAL_MODE_UNCONNECTED, /*PTB17*/ PAL_MODE_UNCONNECTED,
+ /*PTB15*/ PAL_MODE_UNCONNECTED, /*PTB16*/ PAL_MODE_ALTERNATIVE_3, /*PTB17*/ PAL_MODE_ALTERNATIVE_3,
/*PTB18*/ PAL_MODE_UNCONNECTED, /*PTB19*/ PAL_MODE_UNCONNECTED, /*PTB20*/ PAL_MODE_UNCONNECTED,
/*PTB21*/ PAL_MODE_UNCONNECTED, /*PTB22*/ PAL_MODE_UNCONNECTED, /*PTB23*/ PAL_MODE_UNCONNECTED,
/*PTB24*/ PAL_MODE_UNCONNECTED, /*PTB25*/ PAL_MODE_UNCONNECTED, /*PTB26*/ PAL_MODE_UNCONNECTED,
|