diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-27 18:03:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-27 18:03:31 +0000 |
commit | 38ac197ecd9ac41cf77f239b39d36f4c56cf8bb8 (patch) | |
tree | 8b6a6622808347ff637956f42d8aed5478836e03 /os/hal/platforms | |
parent | 9492ff4976cb9e8af40c9a6715b7d9f7ef5f9428 (diff) | |
download | ChibiOS-38ac197ecd9ac41cf77f239b39d36f4c56cf8bb8.tar.gz ChibiOS-38ac197ecd9ac41cf77f239b39d36f4c56cf8bb8.tar.bz2 ChibiOS-38ac197ecd9ac41cf77f239b39d36f4c56cf8bb8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4350 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/STM32/OTGv1/usb_lld.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/os/hal/platforms/STM32/OTGv1/usb_lld.h b/os/hal/platforms/STM32/OTGv1/usb_lld.h index f44f1591e..8b2903982 100644 --- a/os/hal/platforms/STM32/OTGv1/usb_lld.h +++ b/os/hal/platforms/STM32/OTGv1/usb_lld.h @@ -342,15 +342,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 exact size of a receive transaction.
* @details The received size can be different from the size specified in
* @p usbStartReceiveI() because the last packet could have a size
|