MX 1 anno fa
parent
commit
fc53bc8901
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      usb_uart_bridge.c

+ 1 - 0
usb_uart_bridge.c

@@ -70,6 +70,7 @@ static const CdcCallbacks cdc_cb = {
     vcp_state_callback,
     vcp_on_cdc_control_line,
     vcp_on_line_config,
+    NULL,
 };
 
 /* USB UART worker */