Skip to content

Commit c8066ed

Browse files
committed
fix revision date
1 parent 873ce6d commit c8066ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DataSampling.c

Lines changed: 1 addition & 1 deletion
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 != 20200724)
10+
#if(DATA_SAMPLING_REVISION_DATE != 20230125)
1111
#error wrong include file. (DataSampling.h)
1212
#endif
1313
/*********************************************************************************/

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 20200724
12+
#define DATA_SAMPLING_REVISION_DATE 20230125
1313
/*********************************************************************************/
1414
/** REVISION HISTORY **/
1515
/*
16+
2023. 01. 25. - 주석 추가.
17+
Jeong Hyun Gu
18+
1619
2020. 07. 24. - 이제 샘플링 데이터의 자료형을 tS8, tS16, tS32 중 선택할 수 있음.
1720
Jeong Hyun Gu
1821

0 commit comments

Comments
 (0)