summaryrefslogtreecommitdiffstats
path: root/polycom_xmit/Makefile
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-07-21 10:12:26 +0100
committerroot <root@lamia.panaceas.james.local>2015-07-21 10:12:26 +0100
commita98e5d802b071a240ba38dfa9b039fd3f7d47ffd (patch)
tree292ffdc875fb75bf413f070a58b84f74a911232b /polycom_xmit/Makefile
parent16debdbce7a5d92167207c17f18406c6905eb9b5 (diff)
downloadpolycom-a98e5d802b071a240ba38dfa9b039fd3f7d47ffd.tar.gz
polycom-a98e5d802b071a240ba38dfa9b039fd3f7d47ffd.tar.bz2
polycom-a98e5d802b071a240ba38dfa9b039fd3f7d47ffd.zip
fish
Diffstat (limited to 'polycom_xmit/Makefile')
-rw-r--r--polycom_xmit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/polycom_xmit/Makefile b/polycom_xmit/Makefile
index 3e2aae5..d90f22c 100644
--- a/polycom_xmit/Makefile
+++ b/polycom_xmit/Makefile
@@ -6,7 +6,7 @@ INCLUDES=-Idummy
GCCFLAGS=-fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -ffunction-sections -fdata-sections
-PORT=/dev/ttyUSB0
+PORT=/dev/ttyUSB1
#BAUD=-b 921600
#BAUD=-b 460800
#BAUD=-b 200000
@@ -25,7 +25,7 @@ PROG0=${PROG}.0
PROG1=${PROG}.1
PROG2=${PROG}.2
-SRC=main.c webserver.c util.c reset.c wifi.c uart.c upgrade.c gpio.c msg.c
+SRC=main.c webserver.c util.c reset.c wifi.c uart.c upgrade.c gpio.c msg.c mdns.c
UART_BAUD=115200