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 13a91b5 commit 14bd172Copy full SHA for 14bd172
cores/arduino/main.cpp
@@ -26,7 +26,7 @@ int main(void) {
26
27
for (;;) {
28
loop();
29
- #if (DT_NODE_HAS_PROP(DT_PATH(zephyr_user), cdc_acm) && CONFIG_USB_CDC_ACM) || DT_NODE_HAS_PROP(DT_PATH(zephyr_user), serials)
+ #if 0 //(DT_NODE_HAS_PROP(DT_PATH(zephyr_user), cdc_acm) && CONFIG_USB_CDC_ACM) || DT_NODE_HAS_PROP(DT_PATH(zephyr_user), serials)
30
if (arduino::serialEventRun) arduino::serialEventRun();
31
#endif
32
}
0 commit comments