我新建了一个工程,添加了一个BLE组件,现在我在BLE组件的头文件中包含了如下文件
Code: Select all
#include "api/esp_gatt_common_api.h"
但是我在头文件中同时包含如下文件
Code: Select all
#include "freertos/semphr.h"
请问怎么解决上面那个问题呢?并且为什么上面会报错,下面的那个就不会报错呢?
感谢!
Code: Select all
#include "api/esp_gatt_common_api.h"
Code: Select all
#include "freertos/semphr.h"
Users browsing this forum: No registered users and 128 guests