OSDN Git Service

GPSによるLinuxシステム時刻セット機能追加前のcommit
authorNaoya Takamura <ntaka206@users.sourceforge.jp>
Thu, 16 May 2013 03:24:56 +0000 (12:24 +0900)
committerNaoya Takamura <ntaka206@users.sourceforge.jp>
Thu, 16 May 2013 03:24:56 +0000 (12:24 +0900)
conf.c

diff --git a/conf.c b/conf.c
index e8272cb..0cf3764 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -13,7 +13,7 @@ static pthread_mutex_t        mutex_conf = PTHREAD_MUTEX_INITIALIZER;
 //
 /**** 記録周波数 ***************************************************
 */
-
+// 50,25,10,5,2,1
 static int     freq;
 
 void conf_freq_set(int f)