forked from mfulz_github/qmk_firmware
Fix typo in the Joystick board driver documentation example code.
This commit is contained in:
parent
24ca2d49fe
commit
259a3c9854
|
@ -83,7 +83,7 @@
|
|||
* if (JoystickMovement & (JOY_LEFT | JOY_RIGHT))
|
||||
* printf("%s ", (JoystickMovement & JOY_LEFT) ? "Left" : "Right");
|
||||
*
|
||||
* if (JoystickMovement & JOY_PRESSED)
|
||||
* if (JoystickMovement & JOY_PRESS)
|
||||
* printf("Pressed");
|
||||
* \endcode
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue