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.
2 parents 77bf783 + d053a81 commit 25bacdcCopy full SHA for 25bacdc
libraries/HID/HID.h
@@ -23,7 +23,7 @@
23
#include <Arduino.h>
24
#include "USB/PluggableUSB.h"
25
26
-#if !defined(CDC_HID) || !defined(HID_ONLY) || !defined(WITH_CDC)
+#if !defined(CDC_HID) && !defined(HID_ONLY) && !defined(WITH_CDC)
27
#error Please select CDC_HID, HID_ONLY, or WITH_CDC in the Tools->USB menu.
28
#endif
29
0 commit comments