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

2 header fixes #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

aescolar
Copy link
Member

@aescolar aescolar commented Dec 21, 2024

drivers nrfx_ppib: Use appropriate static inline macro

Use the NRFX static inline macro for the nrfx code,
so this code works properly for simulation too.

hal: nrf_common: Add missing prototypes

We need prototypes for all functions so that when NRF_DECLARE_ONLY
is set we still at least get them.

Related to zephyrproject-rtos/zephyr#83280
Zephyr test PR: zephyrproject-rtos/zephyr#83302

We need prototypes for all functions so that when NRF_DECLARE_ONLY
is set we still at least get them.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Use the NRFX static inline macro for the nrfx code,
so this code works properly for simulation too.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
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 this pull request may close these issues.

3 participants