svnno****@sourc*****
svnno****@sourc*****
2010年 1月 5日 (火) 11:43:01 JST
Revision: 3722 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3722 Author: doda Date: 2010-01-05 11:43:01 +0900 (Tue, 05 Jan 2010) Log Message: ----------- インターバルの最小値を 1 に変更 http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=20106 Modified Paths: -------------- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c -------------- next part -------------- Modified: trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c =================================================================== --- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c 2010-01-05 02:18:25 UTC (rev 3721) +++ trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.c 2010-01-05 02:43:01 UTC (rev 3722) @@ -10,7 +10,7 @@ #define ORDER 4000 -#define MINIMUM_INTERVAL 10 +#define MINIMUM_INTERVAL 1 #define DEFAULT_INTERVAL 300 #define IdRecurringTimer 3001