Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbd_core.c')
-rw-r--r--src/usbd_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usbd_core.c b/src/usbd_core.c
index 98890e6..1ba7ee8 100644
--- a/src/usbd_core.c
+++ b/src/usbd_core.c
@@ -14,6 +14,7 @@
*/
#include <stdint.h>
+#include <stdbool.h>
#include <string.h>
#include "usb.h"