From 464db3256710eb23efc2aab4054a758b7ba3db0b Mon Sep 17 00:00:00 2001 From: Roman <bapstroman@gmail.com> Date: Wed, 23 May 2018 11:49:30 +0200 Subject: [PATCH] removed error message in qurt stub implementation of putchar Signed-off-by: Roman <bapstroman@gmail.com> --- platforms/qurt/src/px4_layer/px4_qurt_impl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp b/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp index 751c08482c..4408c6d4aa 100644 --- a/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp +++ b/platforms/qurt/src/px4_layer/px4_qurt_impl.cpp @@ -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; } -- GitLab