Doc fixes.
[bertos.git] / config_kern.h
index 2dcbae90c4eceec7c3e64d87b7d25f0821a7b6fb..c703b4def2006b2d058d81fa395e9c0a1e48af6b 100644 (file)
                /* 16bit cpustack_t */
                #define CONFIG_KERN_STACKFILLCODE  0xA5A5A5A5UL
                #define CONFIG_KERN_MEMFILLCODE    0xDBDBDBDBUL
+       #elif (SIZEOF_CPUSTACK_T == 8)
+               /* 16bit cpustack_t */
+               #define CONFIG_KERN_STACKFILLCODE  0xA5A5A5A5A5A5A5A5UL
+               #define CONFIG_KERN_MEMFILLCODE    0xDBDBDBDBDBDBDBDBUL
        #else
                #error No cpustack_t size supported!
        #endif