Clean up the code. Manage the reconnection. Use the lwip error, insted
[bertos.git] / bertos / cpu / avr / info / ATmega32.cdef
index e3c50e955d28e3744e06aec029b7aced8c53da81..47848cc331d0345c9aad0993206d51e5da3f544a 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 += [ "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")