]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
refclock_palisade.c, refclock_palisade.h:
authorSven Dietricht <dietrict@ntp.org>
Fri, 21 Jan 2000 05:23:00 +0000 (05:23 -0000)
committerSven Dietricht <dietrict@ntp.org>
Fri, 21 Jan 2000 05:23:00 +0000 (05:23 -0000)
  Update (C) 2000 TNL. Change MINPOLL and MAXPOLL to optimal values for Palisade

bk: 3887ed347J2NWjUOhN4y4tBi3Q-HQA

ntpd/refclock_palisade.c
ntpd/refclock_palisade.h

index bedf6e89bd01117d9a4f687a8f92dfc262e64140..d8ce41197f6cff946c54ccc2bb2dc31beca4b59b 100644 (file)
@@ -2,7 +2,7 @@
  * This software was developed by the Software and Component Technologies
  * group of Trimble Navigation, Ltd.
  *
- * Copyright (c) 1997, 1998, 1999 Trimble Navigation Ltd.
+ * Copyright (c) 1997, 1998, 1999, 2000  Trimble Navigation Ltd.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b78d9880b88326078f319f20c752faef0b152ab7..cc3771639850d7f70acf9bc06a78e44dfc92892d 100644 (file)
@@ -2,7 +2,7 @@
  * This software was developed by the Software and Component Technologies
  * group of Trimble Navigation, Ltd.
  *
- * Copyright (c) 1997, 1998, 1999 Trimble Navigation Ltd.
+ * Copyright (c) 1997, 1998, 1999, 2000   Trimble Navigation Ltd.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -91,8 +91,8 @@
 #define        DESCRIPTION     "Trimble Palisade GPS" /* Long name */
 #define        PRECISION       (-20)   /* precision assumed (about 1 us) */
 #define        REFID           "GPS\0" /* reference ID */
-#define TRMB_MINPOLL    5      /* 16 seconds */
-#define TRMB_MAXPOLL   7       /* 64 seconds */
+#define TRMB_MINPOLL    4      /* 16 seconds */
+#define TRMB_MAXPOLL   5       /* 32 seconds */
 
 /*
  * I/O Definitions