소스 검색

Merge branch 'translations-doc' of github.com:DRracer/Prusa-Firmware into translations-doc

D.R.racer 4 년 전
부모
커밋
abe054531f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lang/translations.md

+ 1 - 0
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")))