mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
committed by
Alan Carvalho de Assis
parent
eca7059785
commit
f8a809eb5b
@@ -57,7 +57,8 @@
|
||||
* Private Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
static btn_buttonset_t btn_supported(FAR const struct btn_lowerhalf_s *lower);
|
||||
static btn_buttonset_t
|
||||
btn_supported(FAR const struct btn_lowerhalf_s *lower);
|
||||
static btn_buttonset_t btn_buttons(FAR const struct btn_lowerhalf_s *lower);
|
||||
static void btn_enable(FAR const struct btn_lowerhalf_s *lower,
|
||||
btn_buttonset_t press, btn_buttonset_t release,
|
||||
|
||||
Reference in New Issue
Block a user