diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-03 06:40:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-03 06:40:43 +0000 |
commit | cdf9aaf51c61ed0cd83509f734410ed915ff5114 (patch) | |
tree | 633ab0d2818e9d1d24453702d1f6443f96a70ee1 /os/hal | |
parent | eb28cc7c13def28fb504bd77bd44d905fcfee1d3 (diff) | |
download | ChibiOS-cdf9aaf51c61ed0cd83509f734410ed915ff5114.tar.gz ChibiOS-cdf9aaf51c61ed0cd83509f734410ed915ff5114.tar.bz2 ChibiOS-cdf9aaf51c61ed0cd83509f734410ed915ff5114.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5658 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/USBv1/usb_lld.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/platforms/STM32/USBv1/usb_lld.h b/os/hal/platforms/STM32/USBv1/usb_lld.h index d4602f65f..a0092a334 100644 --- a/os/hal/platforms/STM32/USBv1/usb_lld.h +++ b/os/hal/platforms/STM32/USBv1/usb_lld.h @@ -285,11 +285,6 @@ struct USBDriver { */
const USBConfig *config;
/**
- * @brief Field available to user, it can be used to associate an
- * application-defined handler to the USB driver.
- */
- void *param;
- /**
* @brief Bit map of the transmitting IN endpoints.
*/
uint16_t transmitting;
|