]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Mar 2010 16:23:22 +0000 (16:23 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Mar 2010 16:23:22 +0000 (16:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16880 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_time.c

index bf513b7f0ef7aac8b24111b0be27779b14ba97b5..23e85cbe49dbb1b21cf21810aa1d5e4e6731465c 100644 (file)
@@ -71,7 +71,7 @@ static int MATRIX = 1;
 #ifdef ONEMS
 static int STEP_MS = 1;
 static int STEP_MIC = 1000;
-static uint32_t TICK_PER_SEC = 10000;
+static uint32_t TICK_PER_SEC = 1000;
 static int MS_PER_TICK = 10;
 #else
 static int STEP_MS = 10;