Spacing fix
[bertos.git] / bertos / cpu / attr.h
index 7374534185ba18414a292dcba046c3a443cd3ac8..56b09e75649e622b965a6404b3c1b595421917fb 100644 (file)
        #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
        #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")