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