| 118 | } |
| 119 | |
| 120 | int GforceDual::start_stream (int buffer_size, const char *streamer_params) |
| 121 | { |
| 122 | safe_logger (spdlog::level::err, "GforceDual doesnt support Unix."); |
| 123 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 124 | } |
| 125 | |
| 126 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected