diff options
author | fishsoupisgood <github@madingley.org> | 2019-02-20 02:39:38 +0000 |
---|---|---|
committer | fishsoupisgood <github@madingley.org> | 2019-02-20 02:39:38 +0000 |
commit | c93861c733ced9c6659241cea69c7feed56afcce (patch) | |
tree | edcef2f980ae99f8ff8746c585eaf611c940e9ef /app/Makefile | |
parent | 971cc458aea21832a20b1b087185659d8e9ec2b3 (diff) | |
download | clock-c93861c733ced9c6659241cea69c7feed56afcce.tar.gz clock-c93861c733ced9c6659241cea69c7feed56afcce.tar.bz2 clock-c93861c733ced9c6659241cea69c7feed56afcce.zip |
use OCXO, and auto fail-over between different clock sources
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile index c325681..e8ae217 100644 --- a/app/Makefile +++ b/app/Makefile @@ -109,4 +109,4 @@ tidy: astyle -A3 -s2 --attach-extern-c -L -c -w -Y -m0 -f -p -H -U -k3 -xj -xd ${CSRCS} ${HSRCS} slog: - sympathy -d /dev/ttyUSB5 -b 38400 -L ../log -w 132x59 -s + sympathy -d /dev/ttyUSB6 -b 38400 -L ../log -w 132x59 -s |