From 298494be23f188b8dba8b8322898e1de50963147 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 21 Oct 2011 17:36:11 -0400 Subject: usb.h: Mark API unstable. The USB API is heavily reliant on the ST stack, and additionally assumes that all USB is the USB FS peripheral. As such, it's going to have to change as we go forward. Signed-off-by: Marti Bolivar --- libmaple/usb/usb.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libmaple/usb/usb.h b/libmaple/usb/usb.h index 107ea77..077128f 100644 --- a/libmaple/usb/usb.h +++ b/libmaple/usb/usb.h @@ -24,6 +24,10 @@ * SOFTWARE. *****************************************************************************/ +/* + * NOTE: This API is _unstable_ and will change drastically over time. + */ + #ifndef _USB_H_ #define _USB_H_ -- cgit v1.2.3