Skip to content

Commit 14bd172

Browse files
committed
TEMP: get rid of serialEvent
1 parent 13a91b5 commit 14bd172

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
@@ -26,7 +26,7 @@ int main(void) {
2626

2727
for (;;) {
2828
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)
29+
#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)
3030
if (arduino::serialEventRun) arduino::serialEventRun();
3131
#endif
3232
}

0 commit comments

Comments
 (0)