Changeset 42 in svn
- Timestamp:
- Mar 26, 2015 2:01:47 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/DST_WinFrequencySetting.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_WinFrequencySetting.c
r39 r42 22 22 23 23 static int nPos = 0; 24 static int nMin = 0; 25 static int nMax = 0; 24 26 25 27 //class CFrequncySettingWin : public CWindow … … 40 42 41 43 this->SetTimeOut(this, 0); 44 45 nMin = DST_EEPROM_GetMinRF(); 46 nMax = DST_EEPROM_GetMaxRF(); 42 47 } 43 48 44 49 void CFrequncySettingWin_Destructor(CWindow *this) 45 50 { 51 // ¼³Á¤°ªÀÌ º¯°æµÇ¾ú´Ù¸é ÃʱâÈÇÑ´Ù. 52 if (nMin != DST_EEPROM_GetMinRF() || nMax != DST_EEPROM_GetMaxRF()) 53 { 54 DST_EEPROM_SetNeedReset(1); 55 DST_DB_Sync(); 56 DST_Reset(__func__); // âÀÌ ´ÝÈ÷¸é¼ ÀçºÎÆÃ 57 } 46 58 } 47 59
Note: See TracChangeset
for help on using the changeset viewer.
