| 220 | } |
| 221 | |
| 222 | int UnicornBoard::config_board (std::string config, std::string &response) |
| 223 | { |
| 224 | // todo if there will be requests for it. |
| 225 | // Unicorn API provides int Unicorn_SetConfiguration method |
| 226 | safe_logger (spdlog::level::debug, "config_board is not supported for Unicorn."); |
| 227 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 228 | } |
| 229 | |
| 230 | int UnicornBoard::call_open () |
| 231 | { |
nothing calls this directly
no outgoing calls
no test coverage detected