From 5cbc9e0db0f01e1e643e8c091a536b54372df5bd Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 27 Nov 2014 16:58:31 +0000 Subject: stmhal: Reduce coupling between USB driver and readline. This makes it easier to re-use readline.c and pyexec.c from stmhal in other ports. --- stmhal/usb.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'stmhal/usb.h') diff --git a/stmhal/usb.h b/stmhal/usb.h index 168bfbd5f..e0bfe9a76 100644 --- a/stmhal/usb.h +++ b/stmhal/usb.h @@ -24,13 +24,6 @@ * THE SOFTWARE. */ -#define VCP_CHAR_NONE (0) -#define VCP_CHAR_CTRL_A (1) -#define VCP_CHAR_CTRL_B (2) -#define VCP_CHAR_CTRL_C (3) -#define VCP_CHAR_CTRL_D (4) -#define VCP_CHAR_CTRL_E (5) - typedef enum { USB_DEVICE_MODE_CDC_MSC, USB_DEVICE_MODE_CDC_HID, -- cgit v1.2.3