diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-27 13:55:51 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-27 17:38:12 +0100 |
| commit | 940882d743b7e6afea97352d6fdfaf8ec8e433d6 (patch) | |
| tree | b32a7f338c9a27d8347efdd2ada283657f8b9118 /src/peripheral | |
| parent | b4f904ecdcf6b0857d28ab4a877ad0f3468153f7 (diff) | |
| download | jancity-940882d743b7e6afea97352d6fdfaf8ec8e433d6.tar.gz | |
Replace "unsigned int" with "unsigned"
Diffstat (limited to 'src/peripheral')
| -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; }; |
