| 535 | } |
| 536 | |
| 537 | int MuseAthena::config_board (std::string config, std::string &response) |
| 538 | { |
| 539 | return config_board (config); |
| 540 | } |
| 541 | |
| 542 | int MuseAthena::config_board (std::string config) |
| 543 | { |
nothing calls this directly
no test coverage detected