stm32 usb error : identifier "bool" is undefined

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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/

 

技术分享

 

以上是关于stm32 usb error : identifier "bool" is undefined的主要内容,如果未能解决你的问题,请参考以下文章

stm32f427usb无法发送

stm32开发板的USB作何用途?

USB 通讯 STM32

stm32能否判断正确识别usb

USB库STM32F0x2移植到STM32F070笔记

带有 STM32f103c8t6 Bluepill 和 CAN 总线的 HAL_CAN_ERROR_PARAM