Skip to content

Commit

Permalink
APP-Minimal: [MAINTENANCE] Set BOARD_REV=1 as default on agi-fh400g card
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Oct 9, 2024
1 parent 26beb52 commit 24071e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/minimal/build/agi-fh400g/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CARD_BASE = $(COMBO_BASE)/cards/reflexces/agi-fh400g
APP_CONF = app_conf.tcl

ifndef BOARD_REV
BOARD_REV = 0
BOARD_REV = 1
endif

ifeq ($(BOARD_REV),0)
Expand Down

0 comments on commit 24071e8

Please sign in to comment.