We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf85ef commit 2b226bfCopy full SHA for 2b226bf
drivers/USBKeyboard.h
@@ -19,7 +19,7 @@
19
#define USBKEYBOARD_H
20
21
#include "USBHID.h"
22
-#include "Stream.h"
+#include "platform/Stream.h"
23
#include "PlatformMutex.h"
24
25
/* Modifiers, left keys then right keys. */
drivers/USBMouseKeyboard.h
@@ -24,7 +24,7 @@
#include "USBMouse.h"
26
#include "USBKeyboard.h"
27
28
29
30
drivers/USBSerial.h
#define USBSERIAL_H
#include "USBCDC.h"
#include "Callback.h"
/**
0 commit comments