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

ieee802154_hal: add missing const qualifiers #14984

Merged
merged 2 commits into from
Sep 9, 2020

Conversation

jia200x
Copy link
Member

@jia200x jia200x commented Sep 9, 2020

Contribution description

I forgot to add const qualifiers to the config_phy and set_csma_params functions. This PR adds them and adapts the cc2538_rf.

Testing procedure

make -C tests/ieee802154_hal with CC2538 (e.g remote-revb) should compile.

Issues/PRs references

#14950

@jia200x jia200x added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation Area: network Area: Networking labels Sep 9, 2020
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Sep 9, 2020
@benpicco benpicco merged commit 239999f into RIOT-OS:master Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants