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 97b33d9 commit 4ce79aeCopy full SHA for 4ce79ae
ArduinoCore-Linux/cores/arduino/HardwareSetupRemote.h
@@ -10,12 +10,10 @@
10
#include "WiFiUdpStream.h"
11
12
namespace arduino {
13
-#if !defined(SKIP_HARDWARE_SETUP)
14
-#if !defined(USE_RPI)
+#if !defined(SKIP_HARDWARE_SETUP) && !defined(USE_RPI)
15
static RemoteI2C Wire;
16
static RemoteSPI SPI;
17
#endif
18
-#endif
19
20
/**
21
* Class which is used to configure the actual Hardware APIs
0 commit comments