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 static on module function declaration #416

Closed
skliper opened this issue Nov 3, 2023 · 0 comments · Fixed by #417
Closed

Remove static on module function declaration #416

skliper opened this issue Nov 3, 2023 · 0 comments · Fixed by #417

Comments

@skliper
Copy link
Contributor

skliper commented Nov 3, 2023

Is your feature request related to a problem? Please describe.
static declaration prevents overrides useful in testing/prototyping:

static void name##_Init(uint32 PspModuleId); \

Describe the solution you'd like
Remove

Describe alternatives you've considered
None

Additional context
Supports faster than real time overrides with very minimal changes in the repo

Requester Info
Jacob Hageman - NASA/GSFC

dzbaker added a commit that referenced this issue Nov 13, 2023
Fix #416, Removes static on module function declaration macro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant