| 230 | } |
| 231 | |
| 232 | int FreeEEG::config_board (std::string config, std::string &response) |
| 233 | { |
| 234 | safe_logger (spdlog::level::err, "FreeEEG doesn't support board configuration."); |
| 235 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 236 | } |
nothing calls this directly
no outgoing calls
no test coverage detected