mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
drivers/input: Rename AJOYSTICK configs to INPUT_AJOYSTICK
This commit is contained in:
parent
3054237d2e
commit
ada84cacda
34 changed files with 81 additions and 81 deletions
|
|
@ -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 *******************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue