This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: at91 HAL patch


"Koeller, T." <Thomas.Koeller@baslerweb.com> writes:

> This patch adds a couple of missing definitions:

There were a couple of typos. See below.


Regards,
   --Daniel

--- hal/arm/at91/var/current/ChangeLog	2003/08/20 16:23:18	1.1.1.6
+++ hal/arm/at91/var/current/ChangeLog	2003/08/20 16:57:05	1.13
@@ -1,5 +1,9 @@
+2003-08-20  Daniel Néri  <daniel.neri@sigicom.se>
+
+	* include/var_io.h: Fix typos (duplicates) from last change.
+
 2003-08-18  Thomas Koeller  <thomas.koeller@baslerweb.com>
 
         * include/var_io.h:
         Added bitmask definitions for PIO.
 	
--- hal/arm/at91/var/current/include/var_io.h	2003/08/20 16:23:18	1.1.1.3
+++ hal/arm/at91/var/current/include/var_io.h	2003/08/20 16:56:18	1.8
@@ -163,12 +163,12 @@
 #define AT91_PIO_PSR_SCK0     0x00002000 // Serial port #0 clock
 #define AT91_PIO_PSR_TXD0     0x00004000 // Serial port #0 TxD
 #define AT91_PIO_PSR_RXD0     0x00008000 // Serial port #0 RxD
 #define AT91_PIO_PSR_P16      0x00010000 // PIO port #16
 #define AT91_PIO_PSR_P17      0x00020000 // PIO port #17
-#define AT91_PIO_PSR_P16      0x00040000 // PIO port #18
-#define AT91_PIO_PSR_P16      0x00080000 // PIO port #19
+#define AT91_PIO_PSR_P18      0x00040000 // PIO port #18
+#define AT91_PIO_PSR_P19      0x00080000 // PIO port #19
 #define AT91_PIO_PSR_SCK1     0x00100000 // Serial port #1 clock
 #define AT91_PIO_PSR_TXD1     0x00200000 // Serial port #1 TxD
 #define AT91_PIO_PSR_RXD1     0x00400000 // Serial port #1 RxD
 #define AT91_PIO_PSR_P23      0x00800000 // PIO port #23
 #define AT91_PIO_PSR_P24      0x01000000 // PIO port #24

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]