Explorar o código

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

Maxthon Chan %!s(int64=8) %!d(string=hai) anos
pai
achega
d31200eef9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      inc/usbd_core.h

+ 2 - 0
inc/usbd_core.h

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