summaryrefslogtreecommitdiff
path: root/tftpTest
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 /tftpTest
parente00204c565e6ad755534c6ad91c9e1a6cd651e40 (diff)
Changed CONFIGURATION_MICROSECONDS_PER_TICK definition to a more reasonable
value.
Diffstat (limited to 'tftpTest')
-rw-r--r--tftpTest/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftpTest/init.c b/tftpTest/init.c
index 821e247..5356a03 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -26,7 +26,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 100