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

@@ -10,7 +10,7 @@
#define USB_MOUSE_INTERFACE_INDEX 2
#define USB_MOUSE_INTERFACE_COUNT 1
#define USB_MOUSE_ENDPOINT_ID 1
#define USB_MOUSE_ENDPOINT_INDEX 1
#define USB_MOUSE_ENDPOINT_COUNT 1
#define USB_MOUSE_INTERRUPT_IN_PACKET_SIZE 8