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 627630a commit 63d1bf0Copy full SHA for 63d1bf0
src/bridge.h
@@ -171,11 +171,7 @@ class BridgeClassUpdater {
171
BridgeClassUpdater() = delete; // prevents instantiation
172
};
173
174
-#if defined(UNOQ) || defined(ARDUINO_UNOQ)
175
BridgeClass Bridge(Serial1);
176
-#else
177
-extern BridgeClass Bridge;
178
-#endif
179
180
void updateEntryPoint(void *, void *, void *){
181
while(1){
0 commit comments