Skip to content

Commit

Permalink
Resolve issue #26, wrong configuration was taken for F
Browse files Browse the repository at this point in the history
  • Loading branch information
harlequin committed Jul 19, 2016
1 parent 3a47086 commit ad468a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif

ifeq ($(PLATFORM), F-MST)
LIB_TV_MODEL=${PLATFORM}
APP_OBJ += models/serie_f.o
APP_OBJ += models/serie_f_mst.o
CFLAGS +=
endif

Expand Down

0 comments on commit ad468a1

Please sign in to comment.