From ef61050e57256bc65474b7c741a8b356d1fae7db Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 16 Nov 2011 12:07:38 -0500 Subject: usb_cdcacm.c: Fix warning for non-LeafLabs boards. Signed-off-by: Marti Bolivar --- libmaple/usb/usb_cdcacm.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libmaple/usb/usb_cdcacm.c') diff --git a/libmaple/usb/usb_cdcacm.c b/libmaple/usb/usb_cdcacm.c index b41753a..dc7b79e 100644 --- a/libmaple/usb/usb_cdcacm.c +++ b/libmaple/usb/usb_cdcacm.c @@ -59,12 +59,8 @@ #if !(defined(BOARD_maple) || defined(BOARD_maple_RET6) || \ defined(BOARD_maple_mini) || defined(BOARD_maple_native)) - -#warning ("Warning! USB VCOM relies on LeafLabs board-specific " \ - "configuration right now. If you want, you can pretend " \ - "you're one of our boards; i.e., #define BOARD_maple, " \ - "BOARD_maple_mini, etc. according to what matches your MCU " \ - "best." +#warning USB CDC ACM relies on LeafLabs board-specific configuration.\ + You may have problems on non-LeafLabs boards. #endif static void vcomDataTxCb(void); -- cgit v1.2.3