File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 141
141
/* resulting in version 6.3.0 */
142
142
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
143
143
/* resulting in version 6.4.0 */
144
- /* 03-01-2024 Tiejun Zhou Modified comment(s), */
144
+ /* 03-01-2024 Tiejun Zhou Modified comment(s), */
145
145
/* update version number, */
146
146
/* resulting in version 6.4.1 */
147
+ /* 02-19-2025 Frédéric Desbiens Modified comment(s), */
148
+ /* update version number, */
149
+ /* resulting in version 6.4.2 */
147
150
/* */
148
151
/**************************************************************************/
149
152
@@ -345,7 +348,7 @@ typedef signed char SCHAR;
345
348
#define AZURE_RTOS_USBX
346
349
#define USBX_MAJOR_VERSION 6
347
350
#define USBX_MINOR_VERSION 4
348
- #define USBX_PATCH_VERSION 1
351
+ #define USBX_PATCH_VERSION 2
349
352
350
353
/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */
351
354
You can’t perform that action at this time.
0 commit comments