diff --git a/examples/cpp_01_tasks/Makefile b/examples/cpp_01_tasks/Makefile index f9254cf..0953d08 100644 --- a/examples/cpp_01_tasks/Makefile +++ b/examples/cpp_01_tasks/Makefile @@ -1,5 +1,4 @@ # Simple makefile for simple example PROGRAM=cpp_01_tasks -OTA=0 EXTRA_COMPONENTS=extras/cpp_support include ../../common.mk