X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega64.cdef;h=c451fe90de176a9e2c782df106a40e6a9115ef4c;hb=b9e1e52093d33494bf4a8ca27c14a56a25b6e0bc;hp=3bb4193f9c8cf6bc4a754d983427b7a7aa5a37b9;hpb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega64.cdef b/bertos/cpu/avr/info/ATmega64.cdef index 3bb4193f..c451fe90 100644 --- a/bertos/cpu/avr/info/ATmega64.cdef +++ b/bertos/cpu/avr/info/ATmega64.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 += [ "64 Kbyte in-System Programmable Flash", @@ -51,3 +51,4 @@ CPU_DESC += [ "64 Kbyte in-System Programmable Flash", # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega64" +include("avr_post.common")