From 94d18aedf4dc41f1a90086076c9e17562951aa1d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 Jan 2015 09:07:22 -0600 Subject: [PATCH] apps/ustream and udgram: Change default FIFO path to /dev/fifo --- configs/sim/udgram/defconfig | 5 ++--- configs/sim/ustream/defconfig | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/sim/udgram/defconfig b/configs/sim/udgram/defconfig index a328786f27b..641c01ecb99 100644 --- a/configs/sim/udgram/defconfig +++ b/configs/sim/udgram/defconfig @@ -597,15 +597,14 @@ CONFIG_EXAMPLES_NSH=y # CONFIG_EXAMPLES_USBSERIAL is not set # CONFIG_EXAMPLES_USBTERM is not set CONFIG_EXAMPLES_UDGRAM=y -CONFIG_EXAMPLES_UDGRAM_ADDR="/var/fifo/fifo" +CONFIG_EXAMPLES_UDGRAM_ADDR="/dev/fifo" CONFIG_EXAMPLES_UDGRAM_SERVER_APPNAME="server" CONFIG_EXAMPLES_UDGRAM_SERVER_STACKSIZE=4096 CONFIG_EXAMPLES_UDGRAM_SERVER_PRIORITY=100 CONFIG_EXAMPLES_UDGRAM_CLIENT_APPNAME="client" CONFIG_EXAMPLES_UDGRAM_CLIENT_STACKSIZE=4096 CONFIG_EXAMPLES_UDGRAM_CLIENT_PRIORITY=100 -CONFIG_EXAMPLES_USTREAM=y -CONFIG_EXAMPLES_USTREAM_ADDR="/var/fifo/fifo" +# CONFIG_EXAMPLES_USTREAM is not set # CONFIG_EXAMPLES_WATCHDOG is not set # diff --git a/configs/sim/ustream/defconfig b/configs/sim/ustream/defconfig index 93504337617..7e453bd1beb 100644 --- a/configs/sim/ustream/defconfig +++ b/configs/sim/ustream/defconfig @@ -596,8 +596,9 @@ CONFIG_EXAMPLES_NSH=y # CONFIG_EXAMPLES_WEBSERVER is not set # CONFIG_EXAMPLES_USBSERIAL is not set # CONFIG_EXAMPLES_USBTERM is not set +# CONFIG_EXAMPLES_UDGRAM is not set CONFIG_EXAMPLES_USTREAM=y -CONFIG_EXAMPLES_USTREAM_ADDR="/var/fifo/fifo" +CONFIG_EXAMPLES_USTREAM_ADDR="/dev/fifo" # CONFIG_EXAMPLES_WATCHDOG is not set #