瀏覽代碼

Revert 'OFW/gsurkov/vcp_break_support' changes

Willy-JL 11 月之前
父節點
當前提交
43dac9eeaa
共有 3 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      avr_isp/helpers/avr_isp_worker.c
  2. 0 1
      gpio_reader_b/usb_uart_bridge.c
  3. 0 1
      swd_probe/usb_uart.c

+ 0 - 1
avr_isp/helpers/avr_isp_worker.c

@@ -55,7 +55,6 @@ static const CdcCallbacks cdc_cb = {
     vcp_state_callback,
     vcp_on_cdc_control_line,
     vcp_on_line_config,
-    NULL,
 };
 
 /* VCP callbacks */

+ 0 - 1
gpio_reader_b/usb_uart_bridge.c

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

+ 0 - 1
swd_probe/usb_uart.c

@@ -49,7 +49,6 @@ static const CdcCallbacks cdc_cb = {
     .state_callback = &vcp_state_callback,
     .ctrl_line_callback = &vcp_on_cdc_control_line,
     .config_callback = &vcp_on_line_config,
-    .break_callback = NULL,
 };
 
 static void usb_uart_vcp_init(UsbUart* usb_uart, uint8_t vcp_ch) {