From 272c8d98c92ae2f1955e6855e0f1264d7a333eae Mon Sep 17 00:00:00 2001 From: rguillom Date: Wed, 15 Jan 2020 16:04:24 +0100 Subject: [PATCH] commit mineur --- lufa-master/PolytechLille/PAD/PAD.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lufa-master/PolytechLille/PAD/PAD.c b/lufa-master/PolytechLille/PAD/PAD.c index 5f82928..262c572 100644 --- a/lufa-master/PolytechLille/PAD/PAD.c +++ b/lufa-master/PolytechLille/PAD/PAD.c @@ -124,7 +124,7 @@ void SendNextReport(void) //Envoi liaison Série } - /** Envoi sur INTERFACE BOUTONS**/ + /** Envoi sur EP BOUTONS**/ /* Select the Keyboard Report Endpoint */ Endpoint_SelectEndpoint(KEYBOARD_IN_Bout_EPADDR); @@ -141,7 +141,7 @@ void SendNextReport(void) //Envoi liaison Série Endpoint_ClearIN(); } - /** Envoi sur INTERFACE Joystick**/ + /** Envoi sur EP Joystick**/ /* Select the Keyboard Report Endpoint */ Endpoint_SelectEndpoint(KEYBOARD_IN_Joy_EPADDR); -- libgit2 0.21.2