Ver código fonte

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

Maxthon Chan 8 anos atrás
pai
commit
d31200eef9
1 arquivos alterados com 2 adições e 0 exclusões
  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__)