mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
misc usb tidyup
This commit is contained in:
parent
ee26c7afbf
commit
68bd03e7d2
@ -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);
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user