Skip to content

Commit

Permalink
samples: remove CONFIG_SERIAL from blinky
Browse files Browse the repository at this point in the history
As noted in the issue zephyrproject-rtos#20666 discussion, though the console is not used
by this sample app, it can't really be "disabled" using this Kconfig
option, so remove the CONFIG_SERIAL=n line.

Fixes: zephyrproject-rtos#20666

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored and carlescufi committed Nov 18, 2019
1 parent 6ba1fce commit da963d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/basic/blinky/prj.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CONFIG_GPIO=y
CONFIG_SERIAL=n

0 comments on commit da963d9

Please sign in to comment.