andrzej-kaczmarek commented on a change in pull request #2029: Added different
scalars for ildo and for vbus/vled.
URL: https://github.com/apache/mynewt-core/pull/2029#discussion_r332160074
##########
File path: hw/drivers/adc/gpadc_da1469x/src/gpadc_da1469x.c
##########
@@ -128,22 +132,41 @@ da1469x_gpadc_configure_channel(struct adc_dev *adev,
uint8_t cnum,
{
uint32_t ctrl;
uint32_t ctrl2;
+ uint32_t mux;
uint16_t refmv;
ctrl = GPADC->GP_ADC_CTRL_REG;
ctrl2 = GPADC->GP_ADC_CTRL2_REG;
+ mux = GPADC->GP_ADC_MUX_REG;
Review comment:
there is no such register in DA1469x...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services