Skip to content

Commit 24071e8

Browse files
committed
APP-Minimal: [MAINTENANCE] Set BOARD_REV=1 as default on agi-fh400g card
1 parent 26beb52 commit 24071e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/minimal/build/agi-fh400g/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CARD_BASE = $(COMBO_BASE)/cards/reflexces/agi-fh400g
1111
APP_CONF = app_conf.tcl
1212

1313
ifndef BOARD_REV
14-
BOARD_REV = 0
14+
BOARD_REV = 1
1515
endif
1616

1717
ifeq ($(BOARD_REV),0)

0 commit comments

Comments
 (0)