X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega128.cdef;h=dc824d4a342b73aab514f6c3260a2edf4ebe3fcb;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=8665004095ebdaea304e985fdd28861a019e7593;hpb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega128.cdef b/bertos/cpu/avr/info/ATmega128.cdef index 86650040..dc824d4a 100644 --- a/bertos/cpu/avr/info/ATmega128.cdef +++ b/bertos/cpu/avr/info/ATmega128.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 = "atmega128" +include("avr_post.common")