1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

usb config: remove unused macro for number of endpoints

This is no longer referenced and is confusing.
This commit is contained in:
Stacey Sheldon 2011-12-31 13:02:43 -05:00
parent 5c0921e92c
commit e7053c77f0
6 changed files with 0 additions and 6 deletions

View File

@ -55,7 +55,6 @@
#endif
/* Internal defines which are used by PIOS USB HID (don't touch) */
#define PIOS_USB_EP_NUM 2
/* Buffer table base address */
#define PIOS_USB_BTABLE_ADDRESS 0x000

View File

@ -55,7 +55,6 @@
#endif
/* Internal defines which are used by PIOS USB HID (don't touch) */
#define PIOS_USB_EP_NUM 2
/* Buffer table base address */
#define PIOS_USB_BTABLE_ADDRESS 0x000

View File

@ -55,7 +55,6 @@
#endif
/* Internal defines which are used by PIOS USB HID (don't touch) */
#define PIOS_USB_EP_NUM 2
/* Buffer table base address */
#define PIOS_USB_BTABLE_ADDRESS 0x000

View File

@ -55,7 +55,6 @@
#endif
/* Internal defines which are used by PIOS USB HID (don't touch) */
#define PIOS_USB_EP_NUM 5
/* Buffer table base address */
#define PIOS_USB_BTABLE_ADDRESS 0x000

View File

@ -55,7 +55,6 @@
#endif
/* Internal defines which are used by PIOS USB HID (don't touch) */
#define PIOS_USB_EP_NUM 2
/* Buffer table base address */
#define PIOS_USB_BTABLE_ADDRESS 0x000

View File

@ -48,7 +48,6 @@
#endif
/* Internal defines which are used by PIOS USB HID (don't touch) */
#define PIOS_USB_EP_NUM 2
/* Buffer table base address */
#define PIOS_USB_BTABLE_ADDRESS 0x000