Correct a typo
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 09:14:06 +0000 (09:14 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 09:14:06 +0000 (09:14 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2093 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/info/atmega103.cdef
bertos/cpu/avr/info/atmega128.cdef
bertos/cpu/avr/info/atmega1281.cdef
bertos/cpu/avr/info/atmega168.cdef
bertos/cpu/avr/info/atmega32.cdef
bertos/cpu/avr/info/atmega64.cdef
bertos/cpu/avr/info/atmega8.cdef

index 1c24827f9b918982e1718381cdeb7bc714ea118f..1ae2b6ac00274255c65727ffb072cdb65429f15a 100644 (file)
@@ -44,5 +44,5 @@
 include("avr.common")
 
 # If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega103"
+CORE_CPU = "atmega103"
 
index cd1b6d0099c7ac866a33d69175ae13be7e2abc3e..b8a94053fbbcea7251652bc3ed501ae70ebe9c25 100644 (file)
@@ -44,5 +44,5 @@
 include("avr.common")
 
 # If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega128"
+CORE_CPU = "atmega128"
 
index 7915cb2e930b7d14995ee93f7d2ab04816e0fef6..7359badf285189188657ec412800ff1b30505e4f 100644 (file)
@@ -45,5 +45,5 @@
 include("avr.common")
 
 # If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega1281"
+CORE_CPU = "atmega1281"
 
index c648eba799ebbfee29a8b9041b6c0a379ae921d8..57e89e6b34236dc529625a5d3cfc891676a0c894 100644 (file)
@@ -44,5 +44,5 @@
 include("avr.common")
 
 # If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega168"
+CORE_CPU = "atmega168"
 
index 8e35d718ec091728466ff8093889ac571532ccd2..355e02e6ded337caca483f31c9adde0eaa7d0334 100644 (file)
@@ -44,5 +44,5 @@
 include("avr.common")
 
 # If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega32"
+CORE_CPU = "atmega32"
 
index b71824340ee0963204b7b4734466475b224e9fe1..bfa359d0dbccf699a48b54785526e3e9fa1df3a2 100644 (file)
@@ -44,5 +44,5 @@
 include("avr.common")
 
 # If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega64"
+CORE_CPU = "atmega64"
 
index 5ce652c25216cc2a1cfb0fbe6a70219ad6a9d80c..0a2ec46271bbb798d59d23144493fc888660f411 100644 (file)
@@ -44,5 +44,5 @@
 include("avr.common")
 
 # If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega8"
+CORE_CPU = "atmega8"