usb-serial: fix documentation warning
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Sep 2010 08:05:09 +0000 (08:05 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Sep 2010 08:05:09 +0000 (08:05 +0000)
commitb1a883878949cde621e3502ecdf0592a2329ed6f
treeeafe0cb7222e49780f9c6a24e5d426ce77423d62
parent3c57e466444d95d4358eb4f0e2a8130dcfb0f55b
usb-serial: fix documentation warning

Fix the following doxygen warning:
  bertos/drv/usb_serial.c:256: warning: argument 'fd' of command @param is not found in the argument list of usb_serial_open(struct USBSerial *fds, int unit)
  bertos/drv/usb_serial.c:256: warning: The following parameters of usb_serial_open(struct USBSerial *fds, int unit) are not documented: parameter 'fds'

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4250 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/drv/usb_serial.c