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 ef9d908 commit d692f2dCopy full SHA for d692f2d
src/ModemInterface.cpp
@@ -32,4 +32,6 @@
32
__attribute__ ((init_priority (101))) ModemInterface modem(Serial1, PinNameToIndex(PORTENTA_H7_MODEM_ON_PIN));
33
#endif
34
35
+#else
36
+ #error "Unsupported board. Please define the modem interface for your board."
37
0 commit comments