avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2181] 2010-08-22 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2181] 2010-08-22 Eric B.
Date: Mon, 23 Aug 2010 03:46:24 +0000

Revision: 2181
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2181
Author:   arcanum
Date:     2010-08-23 03:46:23 +0000 (Mon, 23 Aug 2010)
Log Message:
-----------
2010-08-22  Eric B. Weddington  <address@hidden>

        Atmel internal issue.
        * include/avr/iotn87.h (BODS, BODSE): Fix value.
        * include/avr/iotn167.h (BODS, BODSE): Same.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/include/avr/iotn167.h
    trunk/avr-libc/include/avr/iotn87.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-08-16 04:14:37 UTC (rev 2180)
+++ trunk/avr-libc/ChangeLog    2010-08-23 03:46:23 UTC (rev 2181)
@@ -1,3 +1,9 @@
+2010-08-22  Eric B. Weddington  <address@hidden>
+
+       Atmel internal issue.
+       * include/avr/iotn87.h (BODS, BODSE): Fix value.
+       * include/avr/iotn167.h (BODS, BODSE): Same.
+
 2010-08-16  Joerg Wunsch <address@hidden>
 
        Submitted by Andr'e:

Modified: trunk/avr-libc/include/avr/iotn167.h
===================================================================
--- trunk/avr-libc/include/avr/iotn167.h        2010-08-16 04:14:37 UTC (rev 
2180)
+++ trunk/avr-libc/include/avr/iotn167.h        2010-08-23 03:46:23 UTC (rev 
2181)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008 Atmel Corporation
+/* Copyright (c) 2008-2010 Atmel Corporation
    All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
@@ -298,8 +298,8 @@
 
 #define MCUCR _SFR_IO8(0x35)
 #define PUD 4
-#define BODS 5
-#define BODSE 6
+#define BODSE 5
+#define BODS 6
 
 #define SPMCSR _SFR_IO8(0x37)
 #define SPMEN 0

Modified: trunk/avr-libc/include/avr/iotn87.h
===================================================================
--- trunk/avr-libc/include/avr/iotn87.h 2010-08-16 04:14:37 UTC (rev 2180)
+++ trunk/avr-libc/include/avr/iotn87.h 2010-08-23 03:46:23 UTC (rev 2181)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009 Atmel Corporation
+/* Copyright (c) 2009-2010 Atmel Corporation
    All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
@@ -297,8 +297,8 @@
 
 #define MCUCR _SFR_IO8(0x35)
 #define PUD 4
-#define BODS 5
-#define BODSE 6
+#define BODSE 5
+#define BODS 6
 
 #define SPMCSR _SFR_IO8(0x37)
 #define SPMEN 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]