Skip to content

Commit

Permalink
Merge pull request #13690 from janosbrodbeck/fix/br_undef_use_slip
Browse files Browse the repository at this point in the history
examples/gnrc_border_router: remove never defined USE_SLIP variable
  • Loading branch information
benpicco authored Mar 23, 2020
2 parents 5982ba0 + 201f599 commit d91f5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gnrc_border_router/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ uhcpd-daemon: host-tools
endif
endif

ifeq (1,$(USE_SLIP))
ifeq (slip,$(UPLINK))
sliptty:
$(Q)env -u CC -u CFLAGS make -C $(RIOTTOOLS)/sliptty
endif
Expand Down

0 comments on commit d91f5bf

Please sign in to comment.