Skip to content

Commit 4ce79ae

Browse files
committed
HardwareSetupRemote: cleanup
1 parent 97b33d9 commit 4ce79ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ArduinoCore-Linux/cores/arduino/HardwareSetupRemote.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
#include "WiFiUdpStream.h"
1111

1212
namespace arduino {
13-
#if !defined(SKIP_HARDWARE_SETUP)
14-
#if !defined(USE_RPI)
13+
#if !defined(SKIP_HARDWARE_SETUP) && !defined(USE_RPI)
1514
static RemoteI2C Wire;
1615
static RemoteSPI SPI;
1716
#endif
18-
#endif
1917

2018
/**
2119
* Class which is used to configure the actual Hardware APIs

0 commit comments

Comments
 (0)