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