首页 > 其他 > 详细

STM32CubeIDE incompatible implicit declaration of built-in function 'printf'

时间:2019-12-04 10:23:13      阅读:121      评论:0      收藏:0      [点我收藏+]

在STM32CubeIDE 上使用printf的时候一直报warring,incompatible implicit declaration of built-in function ‘printf‘

翻译过来是 内置函数‘printf‘的不兼容隐式声明,解决办法,在main.h中添加头文件包含

#include <stdio.h>

 

STM32CubeIDE incompatible implicit declaration of built-in function 'printf'

原文:https://www.cnblogs.com/tianxxl/p/11981028.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!