X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega103.cdef;h=b519ba8dee5f1f68e1bdb098f704255aa42be1e3;hb=8977f775a3e4d275867f846dc94f9fb644b84491;hp=21598a3833e2fe30217a4e4cfe44f01d223b0a3c;hpb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega103.cdef b/bertos/cpu/avr/info/ATmega103.cdef index 21598a38..b519ba8d 100644 --- a/bertos/cpu/avr/info/ATmega103.cdef +++ b/bertos/cpu/avr/info/ATmega103.cdef @@ -41,7 +41,7 @@ # # Import the common settings for the path. -include("avr.common") +include("mega.common") # Short description of the cpu. CPU_DESC += [ "128 Kbyte in-System Programmable Flash", @@ -51,3 +51,4 @@ CPU_DESC += [ "128 Kbyte in-System Programmable Flash", # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega103" +include("avr_post.common")