7 lines
82 B
C
7 lines
82 B
C
|
#ifndef __USER_BUTTON_H
|
||
|
#define __USER_BUTTON_H
|
||
|
|
||
|
void user_button_init();
|
||
|
|
||
|
#endif
|