From d7057ebb16f4c620a9606749c7fff08b19f7a1d9 Mon Sep 17 00:00:00 2001 From: leptun Date: Mon, 19 Aug 2019 16:57:01 +0300 Subject: [PATCH] Add description for .loc_sec --- lang/translations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/translations.md b/lang/translations.md index 295bd8042..076f833c3 100644 --- a/lang/translations.md +++ b/lang/translations.md @@ -13,6 +13,7 @@ The reset of this explanation is devoted to `LANG_MODE==1`: `language.h`: ```C++ +// section .loc_sec (originaly .progmem0) will be used for localized translated strings #define PROGMEM_I2 __attribute__((section(".loc_sec"))) // section .loc_pri (originaly .progmem1) will be used for localized strings in english #define PROGMEM_I1 __attribute__((section(".loc_pri")))