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

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

#include <stdio.h>

 

相关文章:

  • 2022-12-23
  • 2021-11-25
  • 2021-08-23
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2021-06-01
  • 2021-04-09
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案