Skip to content

Commit

Permalink
Update freertos_types.hpp 引用 esp_log.h 头文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Augtons authored Jul 20, 2023
1 parent cbc040a commit 14b2bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/freertoscpp/freertos_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define FREERTOS_CPP_TYPES_HPP

#include <functional>
#include "esp_log.h"

#define FreeRTOSCpp_LogI(FORMAT, ...) \
ESP_LOGI("FreeRTOS-Cpp", FORMAT, ##__VA_ARGS__)
Expand Down Expand Up @@ -69,4 +70,4 @@ namespace augtons {
}
}

#endif
#endif

0 comments on commit 14b2bc5

Please sign in to comment.