mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00: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)
|
||||
{
|
||||
PX4_ERR("Error: Calling unresolved symbol stub:[%s]", __FUNCTION__);
|
||||
return character;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user