-
Notifications
You must be signed in to change notification settings - Fork 0
Fix Ci build issue #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | ||
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | ||
| #endif | ||
|
|
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The macro UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT is defined twice in this file. The first definition is at lines 207-208, and this is a duplicate definition at lines 220-222. Remove this duplicate definition as it causes redundancy and could lead to confusion or compilation warnings.
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | |
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | |
| #endif |
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | ||
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | ||
| #endif | ||
|
|
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The macro UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT is defined twice in this file. The first definition is at lines 207-208, and this is a duplicate definition at lines 220-222. Remove this duplicate definition as it causes redundancy and could lead to confusion or compilation warnings.
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | |
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | |
| #endif |
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | ||
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | ||
| #endif | ||
|
|
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The macro UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT is defined twice in this file. The first definition is at lines 207-208, and this is a duplicate definition at lines 220-222. Remove this duplicate definition as it causes redundancy and could lead to confusion or compilation warnings.
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | |
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | |
| #endif |
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | ||
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | ||
| #endif | ||
|
|
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The macro UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT is defined twice in this file. The first definition is at lines 207-208, and this is a duplicate definition at lines 220-222. Remove this duplicate definition as it causes redundancy and could lead to confusion or compilation warnings.
| #ifndef UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT | |
| #define UX_HOST_CLASS_STORAGE_MAX_PARTITIONS_COUNT 8 | |
| #endif |
No description provided.