Skip to content

Commit

Permalink
fix(ignore): Hotfix for actionrecognition-demo Build Test Failure (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter authored Jan 24, 2024
1 parent 1c53608 commit fc7b44d
Showing 1 changed file with 2 additions and 9 deletions.
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

0 comments on commit fc7b44d

Please sign in to comment.