diff options
| author | Frédéric Desbiens <[email protected]> | 2026-01-14 10:19:58 -0500 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2026-01-14 10:19:58 -0500 |
| commit | 0c18f1eecf6cc682f45bfdfb165505a110c1f655 (patch) | |
| tree | 6af7d83d8f5ec1f9b116f6f7042e25796b0c04c5 | |
| parent | 7ea92bfb49716a30b7fd9316918a1250a73942fe (diff) | |
Updated hotfix version constant
| -rw-r--r-- | common/core/inc/ux_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index ea1c0e0..bdb5b83 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -350,7 +350,7 @@ typedef signed char SCHAR; #define USBX_MINOR_VERSION 4 #define USBX_PATCH_VERSION 5 #define USBX_BUILD_VERSION 202504 -#define USBX_HOTFIX_VERSION ' ' +#define USBX_HOTFIX_VERSION 'a' /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
