fix mutex_trylock bug
[c11tester.git] / printf.h
index 3d79ef3f1708afefc6a2bb371b562031b2c88ad1..e8193c8d2431ba6bbf3eb816078a80ce3a0064fb 100644 (file)
--- a/printf.h
+++ b/printf.h
@@ -46,7 +46,7 @@ extern "C" {
  * This function is declared here only. You have to write your custom implementation somewhere\r
  * \param character Character to output\r
  */\r
-void _putchar(char character);\r
+//void _putchar(char character);\r
 \r
 \r
 /**\r