X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.h;h=c78735e89d2e54aa0c8e5c47fe4bfb33de28240d;hb=2941141c8a74bbb22a87743ba9b56c5d2dfb17d8;hp=8570d801edf39d017ee985ceb2f20187b2a0b6ab;hpb=f3ab40d385fc904573761ae4ae9d59b3ce898a82;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index 8570d801..c78735e8 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -363,7 +363,7 @@ INLINE struct Process *proc_current(void) */ #define PROC_DEFINE_STACK(name, size) \ cpu_stack_t name[((size) + sizeof(cpu_stack_t) - 1) / sizeof(cpu_stack_t)]; \ - STATIC_ASSERT((size) >= KERN_MINSTACKSIZE) + STATIC_ASSERT((size) >= KERN_MINSTACKSIZE); /* Memory fill codes to help debugging */ #if CONFIG_KERN_MONITOR