Re-enable OMV2 build

This commit is contained in:
iabdalkader 2018-06-04 18:18:53 +02:00
parent 14750d2915
commit d3ef8e748e

View File

@ -57,7 +57,7 @@ CFLAGS += -O2 -ggdb3 -DNDEBUG
endif
# OpenMV1 is No longer supported
ifeq ($(TARGET), $(filter $(TARGET),OPENMV1 OPENMV2))
ifeq ($(TARGET), OPENMV1)
BRACKET = :)
$(error "This camera is no longer supported :O Have fun hacking the code $(BRACKET)")
endif