aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-10-21 17:36:11 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-10-21 18:13:00 -0400
commitef5efb025b1dc762d5a0d7ed1c46e97c6b7f8319 (patch)
treeaef0902c4ce7bc9ca3f0ca6dbe4aaaa112a087b1
parentf7e384a5eaa1e1f9f6bf315a8860d9d61284edc3 (diff)
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 <mbolivar@leaflabs.com>
-rw-r--r--libmaple/usb/usb.h4
1 files changed, 4 insertions, 0 deletions
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_