X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Fattr.h;fp=bertos%2Fcpu%2Fattr.h;h=56b09e75649e622b965a6404b3c1b595421917fb;hb=2d83384376f703c326220effb215409be0cae7c4;hp=7374534185ba18414a292dcba046c3a443cd3ac8;hpb=72b2c1e0145b2165402219634fd091de1f3cbcf1;p=bertos.git diff --git a/bertos/cpu/attr.h b/bertos/cpu/attr.h index 73745341..56b09e75 100644 --- a/bertos/cpu/attr.h +++ b/bertos/cpu/attr.h @@ -215,7 +215,7 @@ #define CPU_REG_BITS 16 #define CPU_REGS_CNT FIXME #define CPU_BYTE_ORDER CPU_BIG_ENDIAN - #define CPU_HARVARD 1 + #define CPU_HARVARD 1 /* Memory is word-addessed in the DSP56K */ #define CPU_BITS_PER_CHAR 16 @@ -259,7 +259,7 @@ #define CPU_HARVARD 0 /// Valid pointers should be >= than this value (used for debug) - #define CPU_RAM_START 0x200 + #define CPU_RAM_START 0x200 #define NOP __asm__ __volatile__ ("nop")