summaryrefslogtreecommitdiffstats
path: root/ntp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-14 13:23:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-14 13:23:56 +0000
commit7054195127b89e98121fe25975837aea7370f762 (patch)
tree13ec28e0747c54ddd701baab922a63710fa427a5 /ntp
parentChanged version to 19991116. (diff)
downloadnetwork-demos-7054195127b89e98121fe25975837aea7370f762.tar.bz2
Changed CONFIGURATION_MICROSECONDS_PER_TICK definition to a more reasonable
value.
Diffstat (limited to 'ntp')
-rw-r--r--ntp/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntp/init.c b/ntp/init.c
index 2f4f900..67063a4 100644
--- a/ntp/init.c
+++ b/ntp/init.c
@@ -25,7 +25,7 @@
#define CONFIGURE_MAXIMUM_SEMAPHORES 20
#define CONFIGURE_MAXIMUM_TASKS 20
-#define CONFIGURE_MICROSECONDS_PER_TICK 10486
+#define CONFIGURE_MICROSECONDS_PER_TICK 10000
#define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 120