X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fattr.h;fp=bertos%2Fcpu%2Fattr.h;h=c8090f955c021828db2cf242149bcd64b9b82e84;hb=111bf6c8f1d9ef14df24586fa67500fdc997163c;hp=8b1fa4c7c15e1b99eb7e5a6fedb3958a289ca9bb;hpb=1dca602965917c8691de8b7337a7770ecde46b31;p=bertos.git diff --git a/bertos/cpu/attr.h b/bertos/cpu/attr.h index 8b1fa4c7..c8090f95 100644 --- a/bertos/cpu/attr.h +++ b/bertos/cpu/attr.h @@ -239,7 +239,7 @@ #define CPU_RAM_START 0x60 #elif CPU_AVR_ATMEGA64 || CPU_AVR_ATMEGA128 || CPU_AVR_ATMEGA168 || CPU_AVR_ATMEGA328P #define CPU_RAM_START 0x100 - #elif CPU_AVR_ATMEGA1281 || CPU_AVR_ATMEGA1280 + #elif CPU_AVR_ATMEGA1281 || CPU_AVR_ATMEGA1280 || CPU_AVR_ATMEGA2560 #define CPU_RAM_START 0x200 #else #warning Fix CPU_RAM_START address for your AVR, default value set to 0x100