misc usb tidyup

This commit is contained in:
Gordon Williams 2013-11-01 10:18:55 +00:00
parent ee26c7afbf
commit 68bd03e7d2
2 changed files with 0 additions and 12 deletions

View File

@ -38,12 +38,6 @@
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
/* Exported define -----------------------------------------------------------*/
#define MASS_MEMORY_START 0x04002000
#define BULK_MAX_PACKET_SIZE 0x00000040
#define LED_ON 0xF0
#define LED_OFF 0xFF
#define USART_RX_DATA_SIZE VIRTUAL_COM_PORT_DATA_SIZE
/* Exported functions ------------------------------------------------------- */
void USB_Init_Hardware(void);

View File

@ -38,12 +38,6 @@
/* Exported constants --------------------------------------------------------*/
/* Exported macro ------------------------------------------------------------*/
/* Exported define -----------------------------------------------------------*/
#define MASS_MEMORY_START 0x04002000
#define BULK_MAX_PACKET_SIZE 0x00000040
#define LED_ON 0xF0
#define LED_OFF 0xFF
#define USART_RX_DATA_SIZE VIRTUAL_COM_PORT_DATA_SIZE
/* Exported functions ------------------------------------------------------- */
void USB_Init_Hardware(void);