From 122f768fc952ad20594e29d343564d0b048c79f2 Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 7 Mar 2018 21:03:19 +0000 Subject: Removed explicit settings of serial pins. git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11626 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'demos') 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). */ -- cgit v1.2.3