stm32 usb error : identifier "bool" is undefined

.\usb\USB\usb_pwr.h(54): error:  #20: identifier "bool" is undefined
usb\USB\usb_pwr.h(54): error:  #20: identifier "bool" is undefined
usb-driver\STM32_USB-FS-Device_DriverV3.1.1\src\usb_core.c(511): error:  #20: identifier "TRUE" is undefined
usb-driver\STM32_USB-FS-Device_DriverV3.1.1\src\usb_core.c(45): error:  #20: identifier "FALSE" is undefined

 

 

在stm32f103.h中添加       typedef enum {FALSE = 0, TRUE = !FALSE} bool;    就没有错误了 

 

 

 

技术分享

 http://www.cnblogs.com/xiaobo-Linux/

 

技术分享

 

文章来自:http://www.cnblogs.com/xiaobo-Linux/p/5554486.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3