| 300 | } |
| 301 | |
| 302 | int BrainAlive::config_board (std::string config, std::string &response) |
| 303 | { |
| 304 | return config_board (config); |
| 305 | } |
| 306 | |
| 307 | int BrainAlive::config_board (std::string config) |
| 308 | { |
nothing calls this directly
no test coverage detected