From dc93f5406194a2b7c3ff0f890c10d29e4de00d2a Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Sun, 26 Mar 2006 08:01:20 +0000 Subject: [PATCH] re-establish post-write delay git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2101 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts850.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kenwood/ts850.c b/kenwood/ts850.c index ada69f437..e06d0a4b2 100644 --- a/kenwood/ts850.c +++ b/kenwood/ts850.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS850 description * Copyright (c) 2000-2004 by Stephane Fillod * - * $Id: ts850.c,v 1.21 2006-03-16 19:36:39 pa4tu Exp $ + * $Id: ts850.c,v 1.22 2006-03-26 08:01:20 pa4tu Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -96,7 +96,7 @@ const struct rig_caps ts850_caps = { .serial_parity = RIG_PARITY_NONE, .serial_handshake = RIG_HANDSHAKE_HARDWARE, .write_delay = 0, -.post_write_delay = 0, +.post_write_delay = 300, .timeout = 1000, .retry = 3,