Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ignore): Hotfix for actionrecognition-demo Build Test Failure #892

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions Examples/MAX78000/CNN/actionrecognition-demo/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ MXC_OPTIMIZE_CFLAGS = -O2

FONTS = LiberationSans12x12 LiberationSans16x16

ifeq ($(BOARD),Aud01_RevA)
$(error ERR_NOTSUPPORTED: This project is not supported for the Audio board)
ifneq "$(BOARD)" "FTHR_RevA"
$(error ERR_NOTSUPPORTED: This project is only supported for the MAX78000FTHR board.)
endif

ifeq ($(BOARD),CAM01_RevA)
$(error ERR_NOTSUPPORTED: This project is not supported for the CAM01 board)
endif

ifeq ($(BOARD),EvKit_V1)
$(error ERR_NOTSUPPORTED: This project is not supported for the EVKIT board)
endif
Loading