10 lines
152 B
C
10 lines
152 B
C
#ifndef UT_HW_ANALOG_H_
|
|
#define UT_HW_ANALOG_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_analog_ch_get_test(void);
|
|
|
|
#endif /* UT_HW_ANALOG_H_ */
|