10 lines
151 B
C
10 lines
151 B
C
#ifndef UT_BOARD_DIN_H_
|
|
#define UT_BOARD_DIN_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_bsp_din_read_test(void);
|
|
|
|
#endif /* UT_BOARD_DIN_H_ */
|