From 38ac197ecd9ac41cf77f239b39d36f4c56cf8bb8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 27 Jun 2012 18:03:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4350 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/OTGv1/usb_lld.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'os/hal/platforms') 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 @@ -341,15 +341,6 @@ struct USBDriver { /* Driver macros. */ /*===========================================================================*/ -/** - * @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 -- cgit v1.2.3