Commit 272c8d98c92ae2f1955e6855e0f1264d7a333eae

Authored by rguillom
1 parent 752b62a9

commit mineur

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
lufa-master/PolytechLille/PAD/PAD.c
@@ -124,7 +124,7 @@ void SendNextReport(void) //Envoi liaison Série @@ -124,7 +124,7 @@ void SendNextReport(void) //Envoi liaison Série
124 } 124 }
125 125
126 126
127 - /** Envoi sur INTERFACE BOUTONS**/ 127 + /** Envoi sur EP BOUTONS**/
128 /* Select the Keyboard Report Endpoint */ 128 /* Select the Keyboard Report Endpoint */
129 Endpoint_SelectEndpoint(KEYBOARD_IN_Bout_EPADDR); 129 Endpoint_SelectEndpoint(KEYBOARD_IN_Bout_EPADDR);
130 130
@@ -141,7 +141,7 @@ void SendNextReport(void) //Envoi liaison Série @@ -141,7 +141,7 @@ void SendNextReport(void) //Envoi liaison Série
141 Endpoint_ClearIN(); 141 Endpoint_ClearIN();
142 } 142 }
143 143
144 - /** Envoi sur INTERFACE Joystick**/ 144 + /** Envoi sur EP Joystick**/
145 /* Select the Keyboard Report Endpoint */ 145 /* Select the Keyboard Report Endpoint */
146 Endpoint_SelectEndpoint(KEYBOARD_IN_Joy_EPADDR); 146 Endpoint_SelectEndpoint(KEYBOARD_IN_Joy_EPADDR);
147 147