Changeset 30 in svn


Ignore:
Timestamp:
Sep 7, 2015 10:25:25 AM (10 years ago)
Author:
phkim
Message:
  1. phkim
  2. app_c
  3. 변경내용
    • 플래시 저장 간격을 0.5 -> 5초로 변경
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_DB.c

    r29 r30  
    446446                DST_OS_Delay(1000); 
    447447                if (DST_g_KeyPressTime > DST_OS_GetTickCount()) DST_g_KeyPressTime = DST_OS_GetTickCount(); 
    448                 if (DST_OS_GetTickCount() - DST_g_KeyPressTime < DST_OS_GetTicksPerSecond()/2) continue; 
     448                if (DST_OS_GetTickCount() - DST_g_KeyPressTime < DST_OS_GetTicksPerSecond()*5) continue; 
    449449                if (DST_DB_IsSync()) continue; 
    450450                //T(); 
Note: See TracChangeset for help on using the changeset viewer.