X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fattr.h;fp=bertos%2Fcpu%2Fattr.h;h=798969901cbcc59f1d626b99f522a6435b2f8ec4;hb=672c20030b3c1fba9ac678d183d242ffde00f317;hp=da3e08bc95909637c4c78ff205bcc83208cca352;hpb=26d999589c974fc163fdf7e91a439f11d69c3f7b;p=bertos.git diff --git a/bertos/cpu/attr.h b/bertos/cpu/attr.h index da3e08bc..79896990 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 + #elif CPU_AVR_ATMEGA1281 || CPU_AVR_ATMEGA1280 #define CPU_RAM_START 0x200 #else #warning Fix CPU_RAM_START address for your AVR, default value set to 0x100