From 405cfa3103500b3ed17b9b769f6609f41ff2c25f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 28 Sep 2021 09:54:26 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14842 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/ports/ARMv8-M-ML-TZ/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/ports/ARMv8-M-ML-TZ/chcore.h b/os/common/ports/ARMv8-M-ML-TZ/chcore.h index 33d0a3bca..37916ba18 100644 --- a/os/common/ports/ARMv8-M-ML-TZ/chcore.h +++ b/os/common/ports/ARMv8-M-ML-TZ/chcore.h @@ -179,7 +179,7 @@ * @details This size depends on the idle thread implementation, usually * the idle thread should take no more space than those reserved * by @p PORT_INT_REQUIRED_STACK. - * @note In this port it is set to 16 because the idle thread does have + * @note In this port it is set to 64 because the idle thread does have * a stack frame when compiling without optimizations. You may * reduce this value to zero when compiling with optimizations. */