From 2badeed52371f59233f31464a7582d86d653c9cd Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 20 Apr 2016 09:24:08 +1000 Subject: [PATCH] cpp_01_tasks example: Remove spurious OTA=1 (ref #128) --- examples/cpp_01_tasks/Makefile | 1 - 1 file changed, 1 deletion(-) 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