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