move readme.md to nuttx path and fix bug for HCHO_TB600B_WQ_HCHO1OS

This commit is contained in:
wgzAIIT 2022-01-25 14:15:12 +08:00
parent d5ff9259a0
commit 7df26b9ce3
2 changed files with 1 additions and 1 deletions

View File

@ -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)
{