mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Disable OMV2 build.
This commit is contained in:
parent
f264c60664
commit
da7f797429
@ -57,9 +57,9 @@ CFLAGS += -O2 -ggdb3 -DNDEBUG
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# OpenMV1 is No longer supported
|
# OpenMV1 is No longer supported
|
||||||
ifeq ($(TARGET), OPENMV1)
|
ifeq ($(TARGET), $(filter $(TARGET),OPENMV1 OPENMV2))
|
||||||
BRACKET = :)
|
BRACKET = :)
|
||||||
$(error "OPENMV1 is no longer supported :O Have fun hacking the code $(BRACKET)")
|
$(error "This camera is no longer supported :O Have fun hacking the code $(BRACKET)")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Enable debug printf
|
# Enable debug printf
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user