11 lines
169 B
C
11 lines
169 B
C
#ifndef __PRODUCT_TEST_HR_H
|
|
#define __PRODUCT_TEST_HR_H
|
|
|
|
int pt_hr_get_ID(u8 *ID);
|
|
|
|
int pt_hr_start(void);
|
|
int pt_hr_stop(void);
|
|
|
|
#endif // #define __PRODUCT_TEST_HR_H
|
|
|