diff options
Diffstat (limited to 'protocol/ps2.c')
| -rw-r--r-- | protocol/ps2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/ps2.c b/protocol/ps2.c index cf7b1f43c..ed4560910 100644 --- a/protocol/ps2.c +++ b/protocol/ps2.c | |||
| @@ -181,7 +181,7 @@ uint8_t ps2_host_recv(void) | |||
| 181 | } | 181 | } |
| 182 | #else | 182 | #else |
| 183 | /* ring buffer to store ps/2 key data */ | 183 | /* ring buffer to store ps/2 key data */ |
| 184 | #define PBUF_SIZE 8 | 184 | #define PBUF_SIZE 32 |
| 185 | static uint8_t pbuf[PBUF_SIZE]; | 185 | static uint8_t pbuf[PBUF_SIZE]; |
| 186 | static uint8_t pbuf_head = 0; | 186 | static uint8_t pbuf_head = 0; |
| 187 | static uint8_t pbuf_tail = 0; | 187 | static uint8_t pbuf_tail = 0; |
