Revert "arch/arm/src/xmc4/xmc4_config.h: Add a check to doubly enforce the one UART per USIC rule."

This reverts commit 63026b789b.
This commit is contained in:
Gregory Nutt 2017-11-25 09:44:51 -06:00
parent 63026b789b
commit 3160613db4

View File

@ -65,20 +65,6 @@
# undef CONFIG_XMC4_USIC2_CHAN1_ISUART
#endif
/* Only SR0 can be used as the interrupt source for the UART RXD events. Therefore,
* there can be only one UART per USIC.
*/
#ifdef CONFIG_XMC4_USIC0_CHAN0_ISUART
# undef CONFIG_XMC4_USIC0_CHAN1_ISUART
#endif
#ifdef CONFIG_XMC4_USIC1_CHAN0_ISUART
# undef CONFIG_XMC4_USIC1_CHAN1_ISUART
#endif
#ifdef CONFIG_XMC4_USIC2_CHAN0_ISUART
# undef CONFIG_XMC4_USIC2_CHAN1_ISUART
#endif
/* Map logical UART names (Just for simplicity of naming) */
#undef HAVE_UART0