From 7df26b9ce3cd9d8250a5062635bc6edace9245e5 Mon Sep 17 00:00:00 2001 From: wgzAIIT <820906721@qq.com> Date: Tue, 25 Jan 2022 14:15:12 +0800 Subject: [PATCH] move readme.md to nuttx path and fix bug for HCHO_TB600B_WQ_HCHO1OS --- .../Nuttx/app_match_nuttx/apps/nshlib/nsh_Applicationscmd.c | 2 +- readme.md => Ubiquitous/Nuttx/readme.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename readme.md => Ubiquitous/Nuttx/readme.md (100%) diff --git a/Ubiquitous/Nuttx/app_match_nuttx/apps/nshlib/nsh_Applicationscmd.c b/Ubiquitous/Nuttx/app_match_nuttx/apps/nshlib/nsh_Applicationscmd.c index 676ea9959..bfa43220b 100644 --- a/Ubiquitous/Nuttx/app_match_nuttx/apps/nshlib/nsh_Applicationscmd.c +++ b/Ubiquitous/Nuttx/app_match_nuttx/apps/nshlib/nsh_Applicationscmd.c @@ -56,7 +56,7 @@ extern int FrameworkInit(void); * Name: cmd_Hcho1os ****************************************************************************/ -#if defined(CONFIG_APPLICATION_SENSOR_TVOC_TB600B_TVOC10) && !defined(CONFIG_NSH_DISABLE_TB600B_TVOC10) +#if defined(CONFIG_APPLICATION_SENSOR_HCHO_TB600B_WQ_HCHO1OS) && !defined(CONFIG_NSH_DISABLE_HCHO_TB600B_WQ_HCHO1OS) extern void HchoTb600bHcho1os(void); int cmd_Hcho1os(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) { diff --git a/readme.md b/Ubiquitous/Nuttx/readme.md similarity index 100% rename from readme.md rename to Ubiquitous/Nuttx/readme.md