diff options
Diffstat (limited to 'plugins/dfinput/pad.c')
| -rw-r--r-- | plugins/dfinput/pad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfinput/pad.c b/plugins/dfinput/pad.c index 564aa324..77b72994 100644 --- a/plugins/dfinput/pad.c +++ b/plugins/dfinput/pad.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -193,7 +193,7 @@ unsigned char PADstartPoll(int pad) { return 0xFF; } -
+ unsigned char PADpoll(unsigned char value) { static uint8_t *buf = NULL; uint16_t n; |
