m3, individual chip index back in for hw 1.2, need the linux drivers for chipdac0-9 (#685)

This commit is contained in:
Dhanya Thattil
2023-02-23 09:13:31 +01:00
committed by GitHub
parent 403989e2f8
commit a74c9498e2
2 changed files with 5 additions and 7 deletions

View File

@ -2393,8 +2393,7 @@ std::string CmdProxy::ConfigureADC(int action) {
std::ostringstream os;
os << cmd << ' ';
if (action == defs::HELP_ACTION) {
os << "[chip index 0-9 [setting individual chips not yet implemented], "
"-1 for all] [adc index 0-31, -1 for all] [7 "
os << "[chip index 0-9, -1 for all] [adc index 0-31, -1 for all] [7 "
"bit configuration value in hex]\n\t[Gotthard2] Sets "
"configuration for specific chip and adc, but configures 1 chip "
"(all adcs for that chip) at a time."