diff --git a/os/common/ports/SIMIA32/chcore.h b/os/common/ports/SIMIA32/chcore.h index 14591681a..609f2a535 100644 --- a/os/common/ports/SIMIA32/chcore.h +++ b/os/common/ports/SIMIA32/chcore.h @@ -223,10 +223,10 @@ struct port_context { /*lint -restore*/ \ } - /** +/** * @brief Computes the thread working area global size. * @note There is no need to perform alignments in this macro. - */ + */ #define PORT_WA_SIZE(n) ((sizeof (void *) * 4U) + \ sizeof (struct port_intctx) + \ ((size_t)(n)) + \