Explorar el Código

Added #include <stdbool.h> to usbd_core.h to quench some easy errors. (#10)

Maxthon Chan hace 8 años
padre
commit
d31200eef9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      inc/usbd_core.h

+ 2 - 0
inc/usbd_core.h

@@ -19,6 +19,8 @@
     extern "C" {
     extern "C" {
 #endif
 #endif
 
 
+#include <stdbool.h>
+
 /**\addtogroup USBD_HW_CORE USB Device HW driver and core API
 /**\addtogroup USBD_HW_CORE USB Device HW driver and core API
  * @{ */
  * @{ */
 #if defined(__DOXYGEN__)
 #if defined(__DOXYGEN__)