csb337/include/at91rm9200_dbgu.h: Fix nested comment warning

This commit is contained in:
Joel Sherrill
2018-08-10 08:18:40 -05:00
parent b2de4260c5
commit 0fc87d4785

View File

@@ -56,7 +56,7 @@
#define DBGU_INT_RXRDY BIT0 /* RXRDY Interrupt */
#define DBGU_INT_TXRDY BIT1 /* TXRDY Interrupt */
#define DBGU_INT_ENDRX BIT3 /* End of Receive Transfer Interrupt */
/*efine DBGU_INT_ENDTX BIT4 /* End of Transmit Interrupt */
#define DBGU_INT_ENDTX BIT4 /* End of Transmit Interrupt */
#define DBGU_INT_OVRE BIT5 /* Overrun Interrupt */
#define DBGU_INT_FRAME BIT6 /* Framing Error Interrupt */
#define DBGU_INT_PARE BIT7 /* Parity Error Interrupt */