Jelajahi Sumber

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

Maxthon Chan 8 tahun lalu
induk
melakukan
d31200eef9
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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__)