Replies: 1 comment
-
@Harija4 FWIW, I tested building the samples/drivers/adc on the following boards: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting this error while building my project.
When I comment out the below mentioned line in adc_driver.c file, the project is building properly without errors. But when the lines are present, I cant able to build and the error occurs.
//DT_FOREACH_PROP_ELEM(DT_PATH(zephyr_user), io_channels, DT_SPEC_AND_COMMA)
Overlay File:
adc_driver.c
Beta Was this translation helpful? Give feedback.
All reactions