From 0cd802faf1c7ab3f2ae237a91aabbd8a79cea831 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 8 May 2015 09:24:11 +0000 Subject: Improvement to serial_usb driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7955 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/serial_usb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/include') diff --git a/os/hal/include/serial_usb.h b/os/hal/include/serial_usb.h index b926b1a68..abf6313d0 100644 --- a/os/hal/include/serial_usb.h +++ b/os/hal/include/serial_usb.h @@ -179,6 +179,8 @@ typedef struct { usbep_t bulk_out; /** * @brief Interrupt IN endpoint used for notifications. + * @note If set to zero then the INT endpoint is assumed to be not + * present, USB descriptors must be changed accordingly. */ usbep_t int_in; } SerialUSBConfig; -- cgit v1.2.3