Skip to content

Commit

Permalink
remove: gnrc_border_router/Makefile: test setup for usb device stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer-no committed Nov 5, 2015
1 parent 8d50bef commit a2a9440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/gnrc_border_router/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
APPLICATION = gnrc_border_router

# If no BOARD is found in the environment, use this default:
BOARD ?= samr21-xpro
BOARD ?= pba-d-01-kw2x

# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
Expand Down Expand Up @@ -42,6 +42,9 @@ USEMODULE += gnrc_icmpv6_echo
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += uart
USEMODULE += usbdev
USEMODULE += usbdev-acm

# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
Expand Down

0 comments on commit a2a9440

Please sign in to comment.