We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18542b1 commit 1747fe2Copy full SHA for 1747fe2
2 files changed
ftduino/libraries/Ftduino/Ftduino.h
@@ -9,11 +9,11 @@
9
10
#include "Arduino.h"
11
12
-#ifdef IN_FTDUINO_LIB
+#ifndef IN_FTDUINO_LIB
13
#if !defined(OUTPUT_DRIVER_MC33879A) && !defined(OUTPUT_DRIVER_AUTO)
14
#error "Only the MC33879A or AUTO output drivers are currently supported!"
15
#endif
16
-#else
+
17
// make sure WebUSB is being used with correct settings
18
#if USB_VERSION == 0x210 && !defined(WebUSB_h)
19
#error "Please include WebUSB.h if WebUSB is being used!"
ftduino/libraries/FtduinoSimple/FtduinoSimple.h
@@ -25,7 +25,7 @@
25
#else
26
#warning "Error, no output driver configured"
27
28
29
30
31
0 commit comments