diff options
author | edolomb <none@example.com> | 2018-03-16 16:36:47 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-03-16 16:36:47 +0000 |
commit | 259f9cace1827a20d76c93a909b57e847d2ff9a0 (patch) | |
tree | 35045ba09bc32e4ab891e0df870143c2967759bb /testhal/ATSAMA5D2/RTC/main.c | |
parent | 7b6a255a2c1a8e0ef6e2a1448e796f72e2cf78c3 (diff) | |
download | ChibiOS-259f9cace1827a20d76c93a909b57e847d2ff9a0.tar.gz ChibiOS-259f9cace1827a20d76c93a909b57e847d2ff9a0.tar.bz2 ChibiOS-259f9cace1827a20d76c93a909b57e847d2ff9a0.zip |
- Updated demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11782 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2/RTC/main.c')
-rw-r--r-- | testhal/ATSAMA5D2/RTC/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testhal/ATSAMA5D2/RTC/main.c b/testhal/ATSAMA5D2/RTC/main.c index 6f0556946..49865e6d3 100644 --- a/testhal/ATSAMA5D2/RTC/main.c +++ b/testhal/ATSAMA5D2/RTC/main.c @@ -77,10 +77,6 @@ int main(void) { */
sdStart(&SD1, &sdcfg);
- /* Redirecting UART1 RX on PD2 and UART1 TX on PD3. */
- palSetGroupMode(PIOD, PAL_PORT_BIT(2) | PAL_PORT_BIT(3), 0U,
- PAL_SAMA_FUNC_PERIPH_A | PAL_MODE_SECURE);
-
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO , Thread1, NULL);
/*
|