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

hw/drivers/adc_nrf52: Fix non-blocking read #2994

Merged
merged 1 commit into from May 15, 2023

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented May 12, 2023

buffer size passed to nrf_adc_set_buffer() was sometimes used
as if it was in bytes and sometimes as if it was in 16 bits words.

Now it always mean buffer size in bytes.

 buffer size passed to nrf_adc_set_buffer() was sometimes used
 as if it was in bytes and sometimes as if it was in 16 bits words.

 Now it always mean buffer size in bytes.

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
@kasjer kasjer merged commit 3e70b82 into apache:master May 15, 2023
9 checks passed
@kasjer kasjer deleted the kasjer/nrf52-adc-fix branch May 15, 2023 11:40
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.

None yet

2 participants