10 lines
156 B
C
10 lines
156 B
C
#ifndef UT_BOARD_SETUP_H_
|
|
#define UT_BOARD_SETUP_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_bsp_startup_test(void);
|
|
|
|
#endif /* UT_BOARD_SETUP_H_ */
|