From 41951a1345c301986b473ed113ad20f6497e6bcd Mon Sep 17 00:00:00 2001 From: Sven Oliver Moll Date: Thu, 26 Sep 2024 19:33:26 +0200 Subject: [PATCH] updated customizing documentation "weak = yes" is now "type = weak" --- doc/customizing.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/customizing.sgml b/doc/customizing.sgml index e18bcf86c..58631eb3c 100644 --- a/doc/customizing.sgml +++ b/doc/customizing.sgml @@ -140,7 +140,7 @@ FEATURES { SYMBOLS { # Define the stack size for the application - __STACKSIZE__: value = $0200, weak = yes; + __STACKSIZE__: value = $0200, type = weak; }