diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-10-21 17:36:11 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-10-21 18:13:00 -0400 |
commit | 298494be23f188b8dba8b8322898e1de50963147 (patch) | |
tree | aef0902c4ce7bc9ca3f0ca6dbe4aaaa112a087b1 /libmaple | |
parent | 63bac4a4c1bfb2689a6f46fb9e065b51d55b3d86 (diff) | |
download | librambutan-298494be23f188b8dba8b8322898e1de50963147.tar.gz librambutan-298494be23f188b8dba8b8322898e1de50963147.zip |
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>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/usb/usb.h | 4 |
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_ |