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 7834542 commit 3de1dfbCopy full SHA for 3de1dfb
ArduinoCore-Linux/cores/arduino/Main.cpp
@@ -18,7 +18,7 @@ void hardwareSetup(){
18
HardwareSetupRemote.begin();
19
# endif
20
# if (defined(USE_RPI))
21
- HardwareSetupRPI.begin();
+ RPI.begin();
22
23
#endif
24
}
0 commit comments