From 1e5be5fa6fda42cb1dee3a9a57d5f8ca373d21f2 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Tue, 27 May 2025 23:06:58 +0200 Subject: [PATCH] Inverting L and R buttons --- Code Telecommande/src/inputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code Telecommande/src/inputs.c b/Code Telecommande/src/inputs.c index 28c1d0c..cc414e9 100644 --- a/Code Telecommande/src/inputs.c +++ b/Code Telecommande/src/inputs.c @@ -6,8 +6,8 @@ #include const button_def_t BUTTONS_DEFS[NB_BUTTONS] = { - {13}, {9}, + {13}, {1}, {5}, {6},