Skip to content

Commit

Permalink
added return to init() method
Browse files Browse the repository at this point in the history
  • Loading branch information
colombraf committed Sep 27, 2023
1 parent c53d99a commit f786f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backupVAD/MicrophoneStatusCallback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bool MicrophoneStatusCallback::init()
// yCWarning(VADAUDIOMICROPHONESTATUSCALLBACK) << "Error! Cannot open YARP port";
// return false;
// }
// return true;
return true;
}

bool MicrophoneStatusCallback::close()
Expand Down

0 comments on commit f786f72

Please sign in to comment.