Rename USB_*_ENDPOINT_ID to USB_*_ENDPOINT_INDEX

This commit is contained in:
László Monda
2016-03-03 21:08:08 +01:00
parent 09e0a739e3
commit 7b04084f46
7 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
#define USB_KEYBOARD_INTERFACE_INDEX 1
#define USB_KEYBOARD_INTERFACE_COUNT 1
#define USB_KEYBOARD_ENDPOINT_ID 2
#define USB_KEYBOARD_ENDPOINT_INDEX 2
#define USB_KEYBOARD_ENDPOINT_COUNT 1
#define USB_KEYBOARD_INTERRUPT_IN_PACKET_SIZE 8