cpp_01_tasks example: Remove spurious OTA=1 (ref #128)

This commit is contained in:
Angus Gratton 2016-04-20 09:24:08 +10:00
parent 1c998a3edf
commit 2badeed523

View file

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