File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/board_controller/openbci Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ int GanglionNative::release_session ()
301301 return (int )BrainFlowExitCodes::STATUS_OK;
302302}
303303
304- int GanglionNative::config_board (std::string config)
304+ int GanglionNative::config_board (std::string config, std::string &response )
305305{
306306 if (!initialized)
307307 {
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ class GanglionNative : public BLELibBoard
9191 int stop_stream ();
9292 int release_session ();
9393 int config_board (std::string config, std::string &response);
94- int config_board (std::string config);
9594 int send_command (std::string config);
9695
9796 void adapter_1_on_scan_start (simpleble_adapter_t adapter);
You can’t perform that action at this time.
0 commit comments