ESP_MASTER icon indicating copy to clipboard operation
ESP_MASTER copied to clipboard

ubuntu-Advice 头文件包含

Open marktlen opened this issue 2 years ago • 0 comments

up主你好,在编译项目时遇到一个问题

build log

../main/page/page_tab.c:16:10: fatal error: irtask.h: No such file or directory #include "irtask.h"

Environment

  • ubuntu 20.04
  • esp-idf v4.4.1

current resolve

在文件 main/page/page_tab.c 中的16行, #include "irtask.h"

在改写为

#include "irTask.h"

后编译通过,请问这样操作是正确的吗?

marktlen avatar May 09 '22 07:05 marktlen