Skip to content

Commit f1bccd9

Browse files
authored
Merge pull request #249 from ayedm1/remove-duplicated-defines
Removed duplicated defines
2 parents f1839db + ac2a50e commit f1bccd9

File tree

5 files changed

+0
-19
lines changed

5 files changed

+0
-19
lines changed

ports/cortex_r4/gnu/inc/ux_port.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ typedef LONG SLONG;
217217
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
218218
#endif
219219

220-
#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
221-
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
222-
#endif
223220

224221
#ifndef UX_USE_IO_INSTRUCTIONS
225222

ports/cortex_r4/iar/inc/ux_port.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@ typedef LONG SLONG;
217217
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
218218
#endif
219219

220-
#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
221-
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
222-
#endif
223-
224220
#ifndef UX_USE_IO_INSTRUCTIONS
225221

226222
/* Don't use IO instructions if this define is not set. Default to memory mapped. */

ports/cortex_r5/gnu/inc/ux_port.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@ typedef LONG SLONG;
217217
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
218218
#endif
219219

220-
#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
221-
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
222-
#endif
223-
224220
#ifndef UX_USE_IO_INSTRUCTIONS
225221

226222
/* Don't use IO instructions if this define is not set. Default to memory mapped. */

ports/cortex_r5/iar/inc/ux_port.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@ typedef LONG SLONG;
217217
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
218218
#endif
219219

220-
#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
221-
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
222-
#endif
223-
224220
#ifndef UX_USE_IO_INSTRUCTIONS
225221

226222
/* Don't use IO instructions if this define is not set. Default to memory mapped. */

ports/linux/gnu/inc/ux_port.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ typedef LONG SLONG;
223223
#define UX_SLAVE_REQUEST_DATA_MAX_LENGTH 4096
224224
#endif
225225

226-
#ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT
227-
#define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8
228-
#endif
229-
230226
#ifndef UX_USE_IO_INSTRUCTIONS
231227

232228
/* Don't use IO instructions if this define is not set. Default to memory mapped. */

0 commit comments

Comments
 (0)