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 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/*********************************************************************************/
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments