mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
removed error message in qurt stub implementation of putchar
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
@@ -169,6 +169,5 @@ int fputc(int c, FILE *stream)
|
|||||||
|
|
||||||
int putchar(int character)
|
int putchar(int character)
|
||||||
{
|
{
|
||||||
PX4_ERR("Error: Calling unresolved symbol stub:[%s]", __FUNCTION__);
|
|
||||||
return character;
|
return character;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user