Changeset 30 in svn
- Timestamp:
- Sep 7, 2015 10:25:25 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/DST_DB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_DB.c
r29 r30 446 446 DST_OS_Delay(1000); 447 447 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; 449 449 if (DST_DB_IsSync()) continue; 450 450 //T();
Note: See TracChangeset
for help on using the changeset viewer.
