File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/board_controller/openbci/ganglion_bglib Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,11 @@ void ble_evt_gap_scan_response (const struct ble_msg_gap_scan_response_evt_t *ms
7575 if (memcmp (msg->sender .addr , (uint8 *)GanglionLib::connect_addr.addr , sizeof (bd_addr)) ==
7676 0 )
7777 {
78- GanglionLib::firmware = msg->data .data [0 ] == 20 && msg->data .data [13 ] == ' 3' ? 3 : 2 ;
7978 GanglionLib::exit_code = (int )GanglionLib::STATUS_OK;
8079 }
8180 else if (strstr (name, " anglion" ) != NULL ) // strcasestr is unavailable for windows
8281 {
8382 memcpy ((void *)GanglionLib::connect_addr.addr , msg->sender .addr , sizeof (bd_addr));
84- GanglionLib::firmware = msg->data .data [0 ] == 20 && msg->data .data [13 ] == ' 3' ? 3 : 2 ;
8583 GanglionLib::exit_code = (int )GanglionLib::STATUS_OK;
8684 }
8785 }
You can’t perform that action at this time.
0 commit comments