Header files re-arrangement

This commit is contained in:
Michael Jacobsen 2015-08-21 08:30:52 +02:00 committed by Angus Gratton
parent 6bc95994b7
commit 94a953d3e3
9 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,5 @@
# Simple makefile for simple example
PROGRAM=cpp_01_tasks
OTA=0
EXTRA_COMPONENTS=extras/cpp_support
include ../../common.mk

View file

@ -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"