Merge pull request #69 from JerrickRowe/master

更正demo语言设置拼写错误
pull/67/merge
朱天龙 (Armink) 3 years ago committed by GitHub
commit 8d07e7ba07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,5 +38,5 @@
/* enable dump stack information */ /* enable dump stack information */
#define CMB_USING_DUMP_STACK_INFO #define CMB_USING_DUMP_STACK_INFO
/* language of print information */ /* language of print information */
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH #define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
#endif /* _CMB_CFG_H_ */ #endif /* _CMB_CFG_H_ */

@ -40,5 +40,5 @@
/* enable dump stack information */ /* enable dump stack information */
#define CMB_USING_DUMP_STACK_INFO #define CMB_USING_DUMP_STACK_INFO
/* language of print information */ /* language of print information */
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH #define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
#endif /* _CMB_CFG_H_ */ #endif /* _CMB_CFG_H_ */

@ -41,5 +41,5 @@
/* enable dump stack information */ /* enable dump stack information */
#define CMB_USING_DUMP_STACK_INFO #define CMB_USING_DUMP_STACK_INFO
/* language of print information */ /* language of print information */
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH #define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
#endif /* _CMB_CFG_H_ */ #endif /* _CMB_CFG_H_ */

@ -40,5 +40,5 @@
/* enable dump stack information */ /* enable dump stack information */
#define CMB_USING_DUMP_STACK_INFO #define CMB_USING_DUMP_STACK_INFO
/* language of print information */ /* language of print information */
#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH #define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH
#endif /* _CMB_CFG_H_ */ #endif /* _CMB_CFG_H_ */

Loading…
Cancel
Save