drivers/input: Rename BUTTONS configs to INPUT_BUTTONS

This commit is contained in:
Gustavo Henrique Nihei
2021-04-08 06:11:14 -03:00
committed by Alan Carvalho de Assis
parent 5719dab8ec
commit 2efae6928d
56 changed files with 119 additions and 119 deletions
+3 -3
View File
@@ -36,8 +36,8 @@
/* Configuration ************************************************************/
#ifndef CONFIG_BUTTONS_NPOLLWAITERS
# define CONFIG_BUTTONS_NPOLLWAITERS 2
#ifndef CONFIG_INPUT_BUTTONS_NPOLLWAITERS
# define CONFIG_INPUT_BUTTONS_NPOLLWAITERS 2
#endif
/* ioctl commands */
@@ -198,7 +198,7 @@ int btn_register(FAR const char *devname,
*
****************************************************************************/
#if CONFIG_BUTTONS_LOWER
#if CONFIG_INPUT_BUTTONS_LOWER
int btn_lower_initialize(FAR const char *devname);
#endif