Skip to content

Commit aa354b1

Browse files
facchinmsoburi
authored andcommitted
TEMP: get rid of serialEvent
1 parent a4095d6 commit aa354b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int main(void) {
3535

3636
for (;;) {
3737
loop();
38-
#if (DT_NODE_HAS_PROP(DT_PATH(zephyr_user), cdc_acm) && CONFIG_USB_CDC_ACM) || DT_NODE_HAS_PROP(DT_PATH(zephyr_user), serials)
38+
#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)
3939
if (arduino::serialEventRun) arduino::serialEventRun();
4040
#endif
4141
}

0 commit comments

Comments
 (0)