Clean up the code. Manage the reconnection. Use the lwip error, insted
[bertos.git] / bertos / cpu / avr / info / ATmega128.cdef
index 8665004095ebdaea304e985fdd28861a019e7593..dc824d4a342b73aab514f6c3260a2edf4ebe3fcb 100644 (file)
@@ -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")