From e7053c77f04067aae78c8a524e1d972c8edf80a9 Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Sat, 31 Dec 2011 13:02:43 -0500 Subject: [PATCH] usb config: remove unused macro for number of endpoints This is no longer referenced and is confusing. --- flight/Bootloaders/CopterControl/inc/pios_usb.h | 1 - flight/Bootloaders/OpenPilot/inc/pios_usb.h | 1 - flight/Bootloaders/PipXtreme/inc/pios_usb.h | 1 - flight/CopterControl/System/inc/pios_usb.h | 1 - flight/PiOS/inc/pios_usb.h | 1 - flight/PipXtreme/inc/pios_usb.h | 1 - 6 files changed, 6 deletions(-) diff --git a/flight/Bootloaders/CopterControl/inc/pios_usb.h b/flight/Bootloaders/CopterControl/inc/pios_usb.h index f95a31835..f81bb3294 100644 --- a/flight/Bootloaders/CopterControl/inc/pios_usb.h +++ b/flight/Bootloaders/CopterControl/inc/pios_usb.h @@ -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 diff --git a/flight/Bootloaders/OpenPilot/inc/pios_usb.h b/flight/Bootloaders/OpenPilot/inc/pios_usb.h index bca8a883b..708e18578 100644 --- a/flight/Bootloaders/OpenPilot/inc/pios_usb.h +++ b/flight/Bootloaders/OpenPilot/inc/pios_usb.h @@ -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 diff --git a/flight/Bootloaders/PipXtreme/inc/pios_usb.h b/flight/Bootloaders/PipXtreme/inc/pios_usb.h index 1b7688217..1b0eb5502 100644 --- a/flight/Bootloaders/PipXtreme/inc/pios_usb.h +++ b/flight/Bootloaders/PipXtreme/inc/pios_usb.h @@ -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 diff --git a/flight/CopterControl/System/inc/pios_usb.h b/flight/CopterControl/System/inc/pios_usb.h index 3e20a7b03..a20803d23 100644 --- a/flight/CopterControl/System/inc/pios_usb.h +++ b/flight/CopterControl/System/inc/pios_usb.h @@ -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 diff --git a/flight/PiOS/inc/pios_usb.h b/flight/PiOS/inc/pios_usb.h index f86926e8d..986062e1e 100644 --- a/flight/PiOS/inc/pios_usb.h +++ b/flight/PiOS/inc/pios_usb.h @@ -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 diff --git a/flight/PipXtreme/inc/pios_usb.h b/flight/PipXtreme/inc/pios_usb.h index bab436469..517bfde90 100644 --- a/flight/PipXtreme/inc/pios_usb.h +++ b/flight/PipXtreme/inc/pios_usb.h @@ -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