Skip to content

Commit ccd87b3

Browse files
Merge pull request #4 from TimerOverflow/20200416
20200416
2 parents 3766dba + 35d444b commit ccd87b3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

DataSampling.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <stdlib.h>
88
#include "DataSampling.h"
99
/*********************************************************************************/
10-
#if(DATA_SAMPLING_REVISION_DATE != 20190723)
10+
#if(DATA_SAMPLING_REVISION_DATE != 20200416)
1111
#error wrong include file. (DataSampling.h)
1212
#endif
1313
/*********************************************************************************/
@@ -149,6 +149,5 @@ void DataSamplingResetData(tag_DataSampling *Smp)
149149
}
150150

151151
Smp->Bit.InitFillBuffer = false;
152-
FillBuffer(Smp, 0);
153152
}
154153
/*********************************************************************************/

DataSampling.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
/*********************************************************************************/
1010
#include "SysTypedef.h"
1111
/*********************************************************************************/
12-
#define DATA_SAMPLING_REVISION_DATE 20190723
12+
#define DATA_SAMPLING_REVISION_DATE 20200416
1313
/*********************************************************************************/
1414
/** REVISION HISTORY **/
1515
/*
16+
2020. 04. 16. - DataSamplingResetData()에서 FillBuffer()호출 부분 삭제.
17+
Jeong Hyun Gu
18+
1619
2019. 07. 23. - SysTypedef.h 적용.
1720
Jeong Hyun Gu
1821

0 commit comments

Comments
 (0)