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 d176096 commit 12d07f2Copy full SHA for 12d07f2
cores/arduino/main.cpp
@@ -10,7 +10,7 @@
10
#endif
11
12
int main(void) {
13
-#if DT_NODE_HAS_PROP(DT_PATH(zephyr_user), cdc_acm)
+#if DT_NODE_HAS_PROP(DT_PATH(zephyr_user), cdc_acm) || DT_NODE_HAS_PROP(DT_PATH(zephyr_user), serials)
14
Serial.begin(115200);
15
16
setup();
0 commit comments