aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/USBv1
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-27 18:15:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-27 18:15:59 +0000
commitd2e24645e8fb436c24781c154d12ebeec6791b7a (patch)
treed3cecd265d3213b8d36e1ad453469aa04f801432 /os/hal/platforms/STM32/USBv1
parent5520d226097bb9b49f7cdc25ee71457fb020629a (diff)
downloadChibiOS-d2e24645e8fb436c24781c154d12ebeec6791b7a.tar.gz
ChibiOS-d2e24645e8fb436c24781c154d12ebeec6791b7a.tar.bz2
ChibiOS-d2e24645e8fb436c24781c154d12ebeec6791b7a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4352 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/USBv1')
-rw-r--r--os/hal/platforms/STM32/USBv1/usb_lld.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/os/hal/platforms/STM32/USBv1/usb_lld.h b/os/hal/platforms/STM32/USBv1/usb_lld.h
index 82181b2f4..7e7253abd 100644
--- a/os/hal/platforms/STM32/USBv1/usb_lld.h
+++ b/os/hal/platforms/STM32/USBv1/usb_lld.h
@@ -347,15 +347,6 @@ struct USBDriver {
/*===========================================================================*/
/**
- * @brief Fetches a 16 bits word value from an USB message.
- *
- * @param[in] p pointer to the 16 bits word
- *
- * @notapi
- */
-#define usb_lld_fetch_word(p) (*(uint16_t *)(p))
-
-/**
* @brief Returns the current frame number.
*
* @param[in] usbp pointer to the @p USBDriver object