Removed explicit settings of serial pins.

git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11626 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
isiora 2018-03-07 21:03:19 +00:00
parent 4ed0abf52a
commit 122f768fc9
1 changed files with 0 additions and 4 deletions

View File

@ -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).
*/