Skip to content

Commit

Permalink
Need to return from here
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Dec 2, 2019
1 parent b567ce0 commit ac5043e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/Driver.cpp
Expand Up @@ -2704,6 +2704,7 @@ void Driver::HandleSerialAPIGetInitDataResponse(uint8* _data)
QueueNotification(notification);
NotifyWatchers();
m_driverThread->Stop();
return;
}
if (!m_init)
{
Expand Down

0 comments on commit ac5043e

Please sign in to comment.