summaryrefslogtreecommitdiff
path: root/stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-05-11 12:15:54 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-05-11 16:58:33 +0200
commit4d8f75c97b8f384f8452d27b50b68cf594bc779a (patch)
tree6df99c647350d6be144920bee3b5f25d7ff3fc8a /stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
parent8665bdbf682bdff02576a6f4393f09bc56572043 (diff)
downloadradio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.tar.gz
radio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.tar.bz2
radio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.tar.xz
radio-controller-4d8f75c97b8f384f8452d27b50b68cf594bc779a.zip
o Cleaning up generated files, removing space at end of line.
Diffstat (limited to 'stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h')
-rw-r--r--stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h b/stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
index bf88252..f4ddfb2 100644
--- a/stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
+++ b/stm32cubemx/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
@@ -16,14 +16,14 @@
*
* http://www.st.com/software_license_agreement_liberty_v2
*
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
******************************************************************************
- */
+ */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __USB_REQUEST_H
@@ -40,18 +40,18 @@
/** @addtogroup STM32_USB_DEVICE_LIBRARY
* @{
*/
-
+
/** @defgroup USBD_REQ
* @brief header file for the usbd_req.c file
* @{
- */
+ */
/** @defgroup USBD_REQ_Exported_Defines
* @{
- */
+ */
/**
* @}
- */
+ */
/** @defgroup USBD_REQ_Exported_Types
@@ -59,27 +59,27 @@
*/
/**
* @}
- */
+ */
/** @defgroup USBD_REQ_Exported_Macros
* @{
- */
+ */
/**
* @}
- */
+ */
/** @defgroup USBD_REQ_Exported_Variables
* @{
- */
+ */
/**
* @}
- */
+ */
/** @defgroup USBD_REQ_Exported_FunctionsPrototype
* @{
- */
+ */
USBD_StatusTypeDef USBD_StdDevReq (USBD_HandleTypeDef *pdev, USBD_SetupReqTypedef *req);
USBD_StatusTypeDef USBD_StdItfReq (USBD_HandleTypeDef *pdev, USBD_SetupReqTypedef *req);
@@ -93,7 +93,7 @@ void USBD_ParseSetupRequest (USBD_SetupReqTypedef *req, uint8_t *pdata);
void USBD_GetString (uint8_t *desc, uint8_t *unicode, uint16_t *len);
/**
* @}
- */
+ */
#ifdef __cplusplus
}
@@ -103,11 +103,11 @@ void USBD_GetString (uint8_t *desc, uint8_t *unicode, uint16_t *len);
/**
* @}
- */
+ */
/**
* @}
-*/
+*/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/