We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c70aeb commit 7119cc1Copy full SHA for 7119cc1
drivers/adc/adc_ads114s0x.c
@@ -800,7 +800,8 @@ static int ads114s0x_send_start_read(const struct device *dev)
800
801
k_sleep(K_USEC(ADS114S0X_START_SYNC_PULSE_DURATION_IN_US +
802
ADS114S0X_SETUP_TIME_IN_US));
803
- gpio_pin_set_dt(&config->gpio_start_sync, 0);
+
804
+ result = gpio_pin_set_dt(&config->gpio_start_sync, 0);
805
806
if (result != 0) {
807
LOG_ERR("unable to start ADC operation");
0 commit comments