8000 chore(usb): update to stm32_mw_usb_host v3.5.3 · stm32duino/Arduino_Core_STM32@052e013 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 052e013

Browse files
committed
chore(usb): update to stm32_mw_usb_host v3.5.3
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent bc591a6 commit 052e013

38 files changed

+3704
-3995
lines changed

system/Middlewares/ST/STM32_USB_Host_Library/Class/AUDIO/Inc/usbh_audio.h

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
******************************************************************************
77
* @attention
88
*
9-
* <h2><center>&copy; Copyright (c) 2015 STMicroelectronics.
10-
* All rights reserved.</center></h2>
9+
* Copyright (c) 2015 STMicroelectronics.
10+
* All rights reserved.
1111
*
12-
* This software component is licensed by ST under Ultimate Liberty license
13-
* SLA0044, the "License"; You may not use this file except in compliance with
14-
* the License. You may obtain a copy of the License at:
15-
* www.st.com/SLA0044
12+
* This software is licensed under terms that can be found in the LICENSE file
13+
* in the root directory of this software component.
14+
* If no LICENSE file comes with this software, it is provided AS-IS.
1615
*
1716
******************************************************************************
1817
*/
@@ -190,7 +189,7 @@ typedef struct
190189

191190
uint8_t Pipe;
192191
uint8_t Poll;
193-
uint32_t timer ;
192+
uint32_t timer;
194193

195194
uint8_t asociated_as;
196195
uint8_t asociated_mixer;
@@ -222,7 +221,7 @@ typedef struct
222221

223222
uint8_t Pipe;
224223
uint8_t Poll;
225-
uint32_t timer ;
224+
uint32_t timer;
226225
}
227226
AUDIO_InterfaceControlPropTypeDef;
228227

@@ -582,5 +581,4 @@ void USBH_AUDIO_BufferEmptyCallback(USBH_HandleTypeDef *phost);
582581
/**
583582
* @}
584583
*/
585-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
586584

0 commit comments

Comments
 (0)
0