X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fusb.h;h=4016864f0e9966f83d6ca5d36c428e76ce4bffd4;hb=010a2d0611571ec1e4bace00b4b6efe8462f512f;hp=23b14973af96ce9d6dfd7c52aa60013be6b5173c;hpb=4512274f1561597d312d5f6b6bc72284f65854ca;p=bertos.git diff --git a/bertos/drv/usb.h b/bertos/drv/usb.h index 23b14973..4016864f 100644 --- a/bertos/drv/usb.h +++ b/bertos/drv/usb.h @@ -37,6 +37,8 @@ * This file holds USB constants and structures that are needed for USB device * APIs, as defined in the USB 2.0 specification. * + * \attention The API is work in progress and may change in future versions. + * * $WIZ$ module_name = "usb" * $WIZ$ module_configuration = "bertos/cfg/cfg_usb.h" * $WIZ$ module_supports = "stm32"