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

Declaration of lmic_hal_set_failure_handler is demented #979

Closed
terrillmoore opened this issue Nov 17, 2024 · 0 comments
Closed

Declaration of lmic_hal_set_failure_handler is demented #979

terrillmoore opened this issue Nov 17, 2024 · 0 comments
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

It's not actually incorrect, but it has a lot more consts than are needed.

It is:

void lmic_hal_set_failure_handler(const lmic_hal_failure_handler_t* const);

It should be:

void lmic_hal_set_failure_handler (lmic_hal_failure_handler_t*);
@terrillmoore terrillmoore self-assigned this Nov 17, 2024
@terrillmoore terrillmoore changed the title Declaration of lmic_set_feature_handler is demented Declaration of lmic_hal_set_failure_handler is demented Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant