Repo unification
This commit is contained in:
12
firmware/tests/ut_hw/ut_buttons.h
Normal file
12
firmware/tests/ut_hw/ut_buttons.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef UT_HW_BUTTONS_H_
|
||||
#define UT_HW_BUTTONS_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int ut_btn_reset_test(void);
|
||||
int ut_btn_process_test(void);
|
||||
int ut_btn_ch_process_test(void);
|
||||
int ut_btn_ch_set_pull_test(void);
|
||||
|
||||
#endif /* UT_HW_BUTTONS_H_ */
|
||||
Reference in New Issue
Block a user