File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
#include <stdlib.h>
8
8
#include "DataSampling.h"
9
9
/*********************************************************************************/
10
- #if (DATA_SAMPLING_REVISION_DATE != 20190723 )
10
+ #if (DATA_SAMPLING_REVISION_DATE != 20200416 )
11
11
#error wrong include file. (DataSampling.h)
12
12
#endif
13
13
/*********************************************************************************/
@@ -149,6 +149,5 @@ void DataSamplingResetData(tag_DataSampling *Smp)
149
149
}
150
150
151
151
Smp -> Bit .InitFillBuffer = false;
152
- FillBuffer (Smp , 0 );
153
152
}
154
153
/*********************************************************************************/
Original file line number Diff line number Diff line change 9
9
/*********************************************************************************/
10
10
#include "SysTypedef.h"
11
11
/*********************************************************************************/
12
- #define DATA_SAMPLING_REVISION_DATE 20190723
12
+ #define DATA_SAMPLING_REVISION_DATE 20200416
13
13
/*********************************************************************************/
14
14
/** REVISION HISTORY **/
15
15
/*
16
+ 2020. 04. 16. - DataSamplingResetData()에서 FillBuffer()호출 부분 삭제.
17
+ Jeong Hyun Gu
18
+
16
19
2019. 07. 23. - SysTypedef.h 적용.
17
20
Jeong Hyun Gu
18
21
You can’t perform that action at this time.
0 commit comments