Header files re-arrangement
This commit is contained in:
parent
6bc95994b7
commit
94a953d3e3
9 changed files with 14 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
# Simple makefile for simple example
|
||||
PROGRAM=cpp_01_tasks
|
||||
OTA=0
|
||||
EXTRA_COMPONENTS=extras/cpp_support
|
||||
include ../../common.mk
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "cplusplus/cplusplus.hpp"
|
||||
#include "thread/task.hpp"
|
||||
#include "thread/queue.hpp"
|
||||
#include "cplusplus.hpp"
|
||||
#include "task.hpp"
|
||||
#include "queue.hpp"
|
||||
|
||||
#include "espressif/esp_common.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue