mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
drivers/input: Rename AJOYSTICK configs to INPUT_AJOYSTICK
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
3054237d2e
commit
ada84cacda
@@ -51,8 +51,8 @@
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#ifndef CONFIG_AJOYSTICK_NPOLLWAITERS
|
||||
# define CONFIG_AJOYSTICK_NPOLLWAITERS 2
|
||||
#ifndef CONFIG_INPUT_AJOYSTICK_NPOLLWAITERS
|
||||
# define CONFIG_INPUT_AJOYSTICK_NPOLLWAITERS 2
|
||||
#endif
|
||||
|
||||
/* Joystick Interface *******************************************************/
|
||||
|
||||
Reference in New Issue
Block a user