Skip to content

Commit

Permalink
boards/hifive1*: remove useless stdio_uart include
Browse files Browse the repository at this point in the history
stdio_uart is already pulled by default by the dependency resolution
mechanism.
  • Loading branch information
aabadie committed Jan 31, 2020
1 parent fa18939 commit 32f4986
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Empty file removed boards/hifive1/Makefile.dep
Empty file.
3 changes: 0 additions & 3 deletions boards/hifive1/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Uses UART0 for stdio input/output (comment out to disable)
USEMODULE += stdio_uart

# set default port depending on operating system
PORT_LINUX ?= /dev/ttyUSB1
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
Expand Down
Empty file removed boards/hifive1b/Makefile.dep
Empty file.
3 changes: 0 additions & 3 deletions boards/hifive1b/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Uses UART0 for stdio input/output (comment out to disable)
USEMODULE += stdio_uart

# set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
Expand Down

0 comments on commit 32f4986

Please sign in to comment.