removed error message in qurt stub implementation of putchar

Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
Roman
2018-05-23 11:49:30 +02:00
committed by Daniel Agar
parent 20b51d6256
commit 464db32567

View File

@@ -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;
}