Restore wrong committ.
[bertos.git] / cpu / arm / io / at91sam7.h
index 1e80d147ae0c5ea43ec644749872e5e1d24e9d65..f91690e82fa05b3c7c1673353dfe981b89f36024 100644 (file)
 /*\}*/
 
 /**
- * USART & DEBUG pin names
+ * USART pins name
  *\{
  */
 #if CPU_ARM_AT91SAM7S256
        #define TXD0        6
        #define RXD1       21
        #define TXD1       22
-       #define DTXD       10
-       #define DRXD        9
+
 #elif CPU_ARM_AT91SAM7X256
-       #define RXD0        0 // PA0
-       #define TXD0        1 // PA1
-       #define RXD1        5 // PA5
-       #define TXD1        6 // PA6
-       #define DTXD       28 // PA28
-       #define DRXD       27 // PA27
+       #define RXD0       0 // PA0
+       #define TXD0       1 // PA1
+       #define RXD1       5 // PA5
+       #define TXD1       6 // PA6
+
 #else
-       #error No USART & debug pin names definition for selected ARM CPU
+       #error No USART pins name definition for selected ARM CPU
+
 #endif
 /*\}*/