We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ec60 commit 7afe132Copy full SHA for 7afe132
1 file changed
src/board_controller/ant_neuro/ant_neuro.cpp
@@ -133,7 +133,7 @@ int AntNeuroBoard::prepare_session ()
133
// Check if amplifier is found
134
if (amp == NULL)
135
{
136
- throw exceptions::notFound ("No amplifier matched the given board name and serial number.");
+ throw exceptions::notFound ("no amplifier matched the given board name and serial number.");
137
}
138
139
// Clean up remaining amplifiers after the selected one
0 commit comments