VS编写STM32F767

2019-07-20 14:14发布

在移植usart文件的时候,prtintf无法重定向。keil和VS的stdio.h文件里的内容也不一样。其中
[mw_shl_code=c,true]struct __FILE
{
        int handle;
};[/mw_shl_code]提示:[Clang IntelliSense] Error: definition of type '__FILE' conflicts with typedef of the same name

把这段代码注释掉之后,不会报错,但是在执行printf会卡死




友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。