aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ATSAMA5D2
diff options
context:
space:
mode:
authorisiora <none@example.com>2018-03-07 21:03:19 +0000
committerisiora <none@example.com>2018-03-07 21:03:19 +0000
commit122f768fc952ad20594e29d343564d0b048c79f2 (patch)
treef5001ad8f7bef246cedefd0bcb6c502d6608b3b4 /demos/ATSAMA5D2
parent4ed0abf52a07720d22fdb8e2ff95ca06f8ebded5 (diff)
downloadChibiOS-122f768fc952ad20594e29d343564d0b048c79f2.tar.gz
ChibiOS-122f768fc952ad20594e29d343564d0b048c79f2.tar.bz2
ChibiOS-122f768fc952ad20594e29d343564d0b048c79f2.zip
Removed explicit settings of serial pins.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11626 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2')
-rwxr-xr-xdemos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/main.c b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/main.c
index 300509671..837678368 100755
--- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/main.c
+++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/main.c
@@ -73,10 +73,6 @@ int main(void) {
*/
sdStart(&SD1, &sdcfg);
- /* Redirecting UART0 RX on PD2 and UART0 TX on PD3. */
- palSetGroupMode(PIOD, PAL_PORT_BIT(2) | PAL_PORT_BIT(3), 0U,
- PAL_SAMA_FUNC_PERIPH_A | PAL_MODE_SECURE);
-
/*
* Creates the blinker thread (and any other ancillary thread).
*/