X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Ftypes.h;h=be9b5fd5db6188117d098e8c46bf4373d53aef30;hb=d8091ab41e084ac240f543b5086330ec4ad68fb0;hp=187d45f14be1f08798e5f61eeeacb2489b14e0ab;hpb=3869d900a38088a8facdf136f82fc4b808500bf9;p=bertos.git diff --git a/cpu/types.h b/cpu/types.h index 187d45f1..be9b5fd5 100644 --- a/cpu/types.h +++ b/cpu/types.h @@ -49,7 +49,7 @@ typedef uint16_t cpuflags_t; // FIXME typedef unsigned int cpustack_t; - #warning Verify following costant + #warning Verify following constant #define SIZEOF_CPUSTACK_T 2 #elif CPU_X86 @@ -86,7 +86,7 @@ typedef unsigned int cpustack_t; #warning Verify following costant #define SIZEOF_CPUSTACK_T 2 - + #elif CPU_AVR typedef uint8_t cpuflags_t;