From a140bfba6aed7cb4e06f09892c66ea6c91762701 Mon Sep 17 00:00:00 2001 From: Jerrick Date: Thu, 8 Dec 2022 17:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3demo=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demos/non_os/stm32f10x/components/cm_backtrace/cmb_cfg.h | 2 +- demos/os/freertos/stm32f10x/components/cm_backtrace/cmb_cfg.h | 2 +- demos/os/rtthread/stm32f4xx/components/cm_backtrace/cmb_cfg.h | 2 +- demos/os/ucosii/stm32f10x/components/cm_backtrace/cmb_cfg.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/non_os/stm32f10x/components/cm_backtrace/cmb_cfg.h b/demos/non_os/stm32f10x/components/cm_backtrace/cmb_cfg.h index 2806dd1..4d5b246 100644 --- a/demos/non_os/stm32f10x/components/cm_backtrace/cmb_cfg.h +++ b/demos/non_os/stm32f10x/components/cm_backtrace/cmb_cfg.h @@ -38,5 +38,5 @@ /* enable dump stack information */ #define CMB_USING_DUMP_STACK_INFO /* language of print information */ -#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH +#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH #endif /* _CMB_CFG_H_ */ diff --git a/demos/os/freertos/stm32f10x/components/cm_backtrace/cmb_cfg.h b/demos/os/freertos/stm32f10x/components/cm_backtrace/cmb_cfg.h index 70c5bfa..03b783c 100644 --- a/demos/os/freertos/stm32f10x/components/cm_backtrace/cmb_cfg.h +++ b/demos/os/freertos/stm32f10x/components/cm_backtrace/cmb_cfg.h @@ -40,5 +40,5 @@ /* enable dump stack information */ #define CMB_USING_DUMP_STACK_INFO /* language of print information */ -#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH +#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH #endif /* _CMB_CFG_H_ */ diff --git a/demos/os/rtthread/stm32f4xx/components/cm_backtrace/cmb_cfg.h b/demos/os/rtthread/stm32f4xx/components/cm_backtrace/cmb_cfg.h index 0aafbb6..fd537d5 100644 --- a/demos/os/rtthread/stm32f4xx/components/cm_backtrace/cmb_cfg.h +++ b/demos/os/rtthread/stm32f4xx/components/cm_backtrace/cmb_cfg.h @@ -41,5 +41,5 @@ /* enable dump stack information */ #define CMB_USING_DUMP_STACK_INFO /* language of print information */ -#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH +#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH #endif /* _CMB_CFG_H_ */ diff --git a/demos/os/ucosii/stm32f10x/components/cm_backtrace/cmb_cfg.h b/demos/os/ucosii/stm32f10x/components/cm_backtrace/cmb_cfg.h index 82482a4..0e5e772 100644 --- a/demos/os/ucosii/stm32f10x/components/cm_backtrace/cmb_cfg.h +++ b/demos/os/ucosii/stm32f10x/components/cm_backtrace/cmb_cfg.h @@ -40,5 +40,5 @@ /* enable dump stack information */ #define CMB_USING_DUMP_STACK_INFO /* language of print information */ -#define CMB_PRINT_LANGUAGE CMB_PRINT_LANUUAGE_ENGLISH +#define CMB_PRINT_LANGUAGE CMB_PRINT_LANGUAGE_ENGLISH #endif /* _CMB_CFG_H_ */