X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fusbser.h;h=561f33d52eada6948c21c6dfb8a095f54da138fe;hb=41718ab2098bd5640da265c34f1ecb79a4123d39;hp=bd65a11b09f793263689bf76190aa730c0a00183;hpb=2bb3aef3132932713ad7e588ad250a4e24769796;p=bertos.git diff --git a/bertos/drv/usbser.h b/bertos/drv/usbser.h index bd65a11b..561f33d5 100644 --- a/bertos/drv/usbser.h +++ b/bertos/drv/usbser.h @@ -34,6 +34,10 @@ * * \brief Generic USB serial device driver. * + * This driver exports a USB-serial converter. It provides a KFile interface + * to access the data. + * \attention The API is work in progress and may change in future versions. + * * $WIZ$ module_name = "usbser" * $WIZ$ module_configuration = "bertos/cfg/cfg_usbser.h" * $WIZ$ module_depends = "usb"