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

projects:ad405x_iio: Resolve build warnings #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Shetty-Anush
Copy link
Contributor

  1. Update the application files acccording to the Coverity report
  2. Add ad4050 as a device and double the value of data in test scripts
  3. Add delay before eeprom read

1. Update the application files acccording to the Coverity report
2. Add ad4050 as a device and double the value of data in test scripts
3. Add delay before eeprom read

Signed-off-by: Anush Shetty <[email protected]>
@@ -41,7 +42,8 @@ def test_ad405x(serial_port, device_name, target_reset):

# Extract the data of enabled channels in rx_enabled_channels
for sample_index in range(0, len(data)):
data[sample_index] = chn_data[ad405x_dev.rx_enabled_channels[0]]
# The eval board reports have of the actual input voltage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this?

Suggested change
# The eval board reports have of the actual input voltage
# The eval board reports half of the actual input voltage

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