diff options
Diffstat (limited to 'src/peripheral/inc')
| -rw-r--r-- | src/peripheral/inc/peripheral.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/inc/peripheral.h b/src/peripheral/inc/peripheral.h index 2895f54..b686eba 100644 --- a/src/peripheral/inc/peripheral.h +++ b/src/peripheral/inc/peripheral.h @@ -40,7 +40,7 @@ union peripheral struct mouse mouse; struct keyboard keyboard; bool long_press; - unsigned int lp_t; + unsigned lp_t; } kbm; }; |
