X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega1281.cdef;h=03166cb1f8b5c5a34bd9d86c80b0f27d668d808d;hb=bc30005bd88b5a7673c45d1dd09c9240fbb00db6;hp=e03338fdefa73aabffcf1522778f047ad8c0ab71;hpb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega1281.cdef b/bertos/cpu/avr/info/ATmega1281.cdef index e03338fd..03166cb1 100644 --- a/bertos/cpu/avr/info/ATmega1281.cdef +++ b/bertos/cpu/avr/info/ATmega1281.cdef @@ -42,7 +42,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", @@ -52,3 +52,4 @@ CPU_DESC += [ "128 Kbyte in-System Programmable Flash", # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega1281" +include("avr_post.common")