Skip to content

Commit c7516df

Browse files
committed
Force RPC.h inclusion
1 parent 7c54ff6 commit c7516df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cores/arduino/Arduino.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ extern "C"{
8181
#define Serial UART1
8282
#define Serial1 UART2
8383
#define Serial2 UART3
84-
8584
#endif
8685

86+
#include "RPC.h"
87+
8788
#endif

0 commit comments

Comments
 (0)