Add API warning in USB subsystem.
[bertos.git] / bertos / drv / usbser.h
index bd65a11b09f793263689bf76190aa730c0a00183..561f33d52eada6948c21c6dfb8a095f54da138fe 100644 (file)
  *
  * \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"