aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-03 06:40:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-03 06:40:43 +0000
commitcdf9aaf51c61ed0cd83509f734410ed915ff5114 (patch)
tree633ab0d2818e9d1d24453702d1f6443f96a70ee1 /os
parenteb28cc7c13def28fb504bd77bd44d905fcfee1d3 (diff)
downloadChibiOS-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')
-rw-r--r--os/hal/platforms/STM32/USBv1/usb_lld.h5
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;