Skip to content
Snippets Groups Projects
Commit 74df6e6d authored by Marti Bolivar's avatar Marti Bolivar
Browse files

Add some missing return values.

parent 8d0a53d4
Branches
Tags
No related merge requests found
......@@ -182,6 +182,7 @@ bool IntanThread::closeUSB()
ftdi_usb_close(&ftdic);
ftdi_deinit(&ftdic);
std::cout << "FTDI interface destroyed." << std::endl;
return true;
}
......
......@@ -114,6 +114,7 @@ void AudioEditor::resized()
bool AudioEditor::keyPressed (const KeyPress& key)
{
//std::cout << name << " received " << key.getKeyCode() << std::endl;
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment