Skip to content
Snippets Groups Projects
Commit 464db325 authored by Roman's avatar Roman Committed by Daniel Agar
Browse files

removed error message in qurt stub implementation of putchar


Signed-off-by: default avatarRoman <bapstroman@gmail.com>
parent 20b51d62
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,5 @@ int fputc(int c, FILE *stream)
int putchar(int character)
{
PX4_ERR("Error: Calling unresolved symbol stub:[%s]", __FUNCTION__);
return character;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment