diff options
| author | MAY <[email protected]> | 2026-02-09 23:32:53 +0100 |
|---|---|---|
| committer | MAY <[email protected]> | 2026-02-09 23:32:53 +0100 |
| commit | ac2a50e242106785a4600057bf3233aa20c7c921 (patch) | |
| tree | f388fe51be8f48b17abc1c5eb4d518510d2db620 | |
| parent | 515c9a431bd7bb8ae553ce33a9b5dd6a3d165474 (diff) | |
remove duplicated defines
| -rw-r--r-- | ports/cortex_r4/gnu/inc/ux_port.h | 3 | ||||
| -rw-r--r-- | ports/cortex_r4/iar/inc/ux_port.h | 4 | ||||
| -rw-r--r-- | ports/cortex_r5/gnu/inc/ux_port.h | 4 | ||||
| -rw-r--r-- | ports/cortex_r5/iar/inc/ux_port.h | 4 | ||||
| -rw-r--r-- | ports/linux/gnu/inc/ux_port.h | 4 |
5 files changed, 0 insertions, 19 deletions
diff --git a/ports/cortex_r4/gnu/inc/ux_port.h b/ports/cortex_r4/gnu/inc/ux_port.h index f5657ae..1e1067e 100644 --- a/ports/cortex_r4/gnu/inc/ux_port.h +++ b/ports/cortex_r4/gnu/inc/ux_port.h @@ -217,9 +217,6 @@ typedef LONG SLONG; #define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096 #endif -#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT -#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 -#endif #ifndef UX_USE_IO_INSTRUCTIONS diff --git a/ports/cortex_r4/iar/inc/ux_port.h b/ports/cortex_r4/iar/inc/ux_port.h index ecefdd7..3f2cd2e 100644 --- a/ports/cortex_r4/iar/inc/ux_port.h +++ b/ports/cortex_r4/iar/inc/ux_port.h @@ -217,10 +217,6 @@ typedef LONG SLONG; #define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096 #endif -#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT -#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 -#endif - #ifndef UX_USE_IO_INSTRUCTIONS /* Don't use IO instructions if this define is not set. Default to memory mapped. */ diff --git a/ports/cortex_r5/gnu/inc/ux_port.h b/ports/cortex_r5/gnu/inc/ux_port.h index b72baa3..6da10b7 100644 --- a/ports/cortex_r5/gnu/inc/ux_port.h +++ b/ports/cortex_r5/gnu/inc/ux_port.h @@ -217,10 +217,6 @@ typedef LONG SLONG; #define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096 #endif -#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT -#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 -#endif - #ifndef UX_USE_IO_INSTRUCTIONS /* Don't use IO instructions if this define is not set. Default to memory mapped. */ diff --git a/ports/cortex_r5/iar/inc/ux_port.h b/ports/cortex_r5/iar/inc/ux_port.h index 42a5022..e6c6a7c 100644 --- a/ports/cortex_r5/iar/inc/ux_port.h +++ b/ports/cortex_r5/iar/inc/ux_port.h @@ -217,10 +217,6 @@ typedef LONG SLONG; #define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096 #endif -#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT -#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 -#endif - #ifndef UX_USE_IO_INSTRUCTIONS /* Don't use IO instructions if this define is not set. Default to memory mapped. */ diff --git a/ports/linux/gnu/inc/ux_port.h b/ports/linux/gnu/inc/ux_port.h index a240506..406c35f 100644 --- a/ports/linux/gnu/inc/ux_port.h +++ b/ports/linux/gnu/inc/ux_port.h @@ -223,10 +223,6 @@ typedef LONG SLONG; #define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096 #endif -#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT -#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 -#endif - #ifndef UX_USE_IO_INSTRUCTIONS /* Don't use IO instructions if this define is not set. Default to memory mapped. */ |
