X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.c;h=57cda38452f6677c9eb41b658024c7fcb104b232;hb=3869cb55efcc879e7df05b785ce9759cb59b5836;hp=e8e2363727382ca04d9aa1052858be7f4f177f5e;hpb=47d5e292509c20d22adfc608f412bdbe7209decb;p=bertos.git diff --git a/bertos/kern/proc.c b/bertos/kern/proc.c index e8e23637..57cda384 100644 --- a/bertos/kern/proc.c +++ b/bertos/kern/proc.c @@ -150,6 +150,14 @@ void proc_init(void) /** * Create a new process, starting at the provided entry point. * + * + * \note The function + * \code + * proc_new(entry, data, stacksize, stack) + * \endcode + * is a more convenient way to create a process, as you don't have to specify + * the name. + * * \return Process structure of new created process * if successful, NULL otherwise. */