From 940882d743b7e6afea97352d6fdfaf8ec8e433d6 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 27 Jan 2024 13:55:51 +0100 Subject: Replace "unsigned int" with "unsigned" --- src/peripheral/inc/peripheral.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peripheral') 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; }; -- cgit v1.2.3