11 lines
190 B
C
11 lines
190 B
C
#ifndef UT_USER_FORCE_H_
|
|
#define UT_USER_FORCE_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_user_force_btn_test(void);
|
|
int ut_user_force_pot_test(void);
|
|
|
|
#endif /* UT_USER_FORCE_H_ */
|