From b79c5c7f448d7e091e7f2246db4cd10b7dc3c68d Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Mon, 21 Jun 2010 21:39:59 +0100 Subject: [PATCH] kernel/atomkernel.c: Formatting changes. --- kernel/atomkernel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/atomkernel.c b/kernel/atomkernel.c index e0a7573..97daac4 100755 --- a/kernel/atomkernel.c +++ b/kernel/atomkernel.c @@ -28,7 +28,7 @@ */ -/** +/** * \file * Kernel library. * @@ -114,7 +114,7 @@ * run since the thread was created. The context-save area is formatted in * exactly the same manner. * - * + * * \b Functions contained in this module:\n * * \b Application-callable initialisation functions: \n @@ -501,7 +501,7 @@ uint8_t atomThreadCreate (ATOM_TCB *tcb_ptr, uint8_t priority, void (*entry_poin * have strayed outside of the allowable stack area while leaving some of * the known-value bytes unmodified. This simple method cannot trap stack * usage outside of the thread's allocated stack, for which you could use - * additional guard areas (still limited in scope) or compiler/CPU/MMU + * additional guard areas (still limited in scope) or compiler/CPU/MMU * features. * * The function takes a thread's TCB and returns both the number of stack