Skip to content
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

Remove unused define CFE_PLATFORM_ES_RESET_AREA_SIZE #2327

Closed
pepepr08 opened this issue May 5, 2023 · 1 comment · Fixed by #2331
Closed

Remove unused define CFE_PLATFORM_ES_RESET_AREA_SIZE #2327

pepepr08 opened this issue May 5, 2023 · 1 comment · Fixed by #2331

Comments

@pepepr08
Copy link
Contributor

pepepr08 commented May 5, 2023

The define is not needed anymore and is currently unused.

Now the "PSP (using sizeof(CFE_ES_ResetArea_t)) informs ES of what the total reserved memory area is, and ES informs PSP of how to organize/partition it."

#define CFE_PLATFORM_ES_RESET_AREA_SIZE (170 * 1024)

@pepepr08
Copy link
Contributor Author

pepepr08 commented May 5, 2023

Related #610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants