Skip to content

Commit 8d07e7b

Browse files
authored
Merge pull request #69 from JerrickRowe/master
更正demo语言设置拼写错误
2 parents 328ce32 + a140bfb commit 8d07e7b

File tree

4 files changed

+4
-4
lines changed
  • demos
    • non_os/stm32f10x/components/cm_backtrace
    • os
      • freertos/stm32f10x/components/cm_backtrace
      • rtthread/stm32f4xx/components/cm_backtrace
      • ucosii/stm32f10x/components/cm_backtrace

4 files changed

+4
-4
lines changed

demos/non_os/stm32f10x/components/cm_backtrace/cmb_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
/* enable dump stack information */
3939
#define CMB_USING_DUMP_STACK_INFO
4040
/* language of print information */
41-
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH
41+
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
4242
#endif /* _CMB_CFG_H_ */

demos/os/freertos/stm32f10x/components/cm_backtrace/cmb_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
/* enable dump stack information */
4141
#define CMB_USING_DUMP_STACK_INFO
4242
/* language of print information */
43-
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH
43+
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
4444
#endif /* _CMB_CFG_H_ */

demos/os/rtthread/stm32f4xx/components/cm_backtrace/cmb_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
/* enable dump stack information */
4242
#define CMB_USING_DUMP_STACK_INFO
4343
/* language of print information */
44-
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH
44+
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
4545
#endif /* _CMB_CFG_H_ */

demos/os/ucosii/stm32f10x/components/cm_backtrace/cmb_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
/* enable dump stack information */
4141
#define CMB_USING_DUMP_STACK_INFO
4242
/* language of print information */
43-
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH
43+
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
4444
#endif /* _CMB_CFG_H_ */

0 commit comments

Comments
 (0)